Index: runtime/vm/log.h |
diff --git a/runtime/vm/log.h b/runtime/vm/log.h |
index e28c02d6940e7f648ef18d6888065db34c21bae7..868e0ded47640633aa11a59a5a3858b8bced6f97 100644 |
--- a/runtime/vm/log.h |
+++ b/runtime/vm/log.h |
@@ -52,7 +52,7 @@ class Log { |
private: |
void TerminateString(); |
void EnableManualFlush(); |
- void DisableManualFlush(const intptr_t cursor); |
+ void DisableManualFlush(); |
// Returns false if we should drop log messages related to 'isolate'. |
static bool ShouldLogForIsolate(const Isolate* isolate); |