Fix c++98-compat-extra-semi warnings
PiperOrigin-RevId: 534624086
This commit is contained in:
committed by
Copybara-Service
parent
3dcfca3a73
commit
201b2d739d
@@ -57,7 +57,7 @@ namespace mediapipe {
|
||||
// have underflow/overflow etc. This type is used internally by Timestamp
|
||||
// and TimestampDiff.
|
||||
MEDIAPIPE_DEFINE_SAFE_INT_TYPE(TimestampBaseType, int64,
|
||||
mediapipe::intops::LogFatalOnError);
|
||||
mediapipe::intops::LogFatalOnError)
|
||||
|
||||
class TimestampDiff;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user