Skip to content

Commit dbf6d67

Browse files
authored
Update src/opentime/rationalTime.h
1 parent 74d19c5 commit dbf6d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opentime/rationalTime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class RationalTime
167167
return *this;
168168
}
169169

170-
inline RationalTime const& operator-=(RationalTime other) noexcept
170+
RationalTime const& operator-=(RationalTime other) noexcept
171171
{
172172
if (_rate < other._rate)
173173
{

0 commit comments

Comments
 (0)