Fix c++98-compat-extra-semi warnings

PiperOrigin-RevId: 534624086
This commit is contained in:
MediaPipe Team
2023-05-23 18:03:29 -07:00
committed by Copybara-Service
parent 3dcfca3a73
commit 201b2d739d
2 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -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;