We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a635fa commit 6e13de4Copy full SHA for 6e13de4
1 file changed
src/opentime/timeRange.h
@@ -16,7 +16,7 @@ namespace opentime { namespace OPENTIME_VERSION_NS {
16
/// a resolution of half a frame at 192kHz. The value can be changed in the future if
17
/// necessary, due to higher sampling rates or some other kind of numeric tolerance
18
/// detected in the library.
19
-OPENTIME_API constexpr double DEFAULT_EPSILON_s = 1.0 / (2 * 192000.0);
+inline constexpr double DEFAULT_EPSILON_s = 1.0 / (2 * 192000.0);
20
21
/// @brief This class represents a time range defined by a start time and duration.
22
///
0 commit comments