summaryrefslogtreecommitdiff
path: root/src/monitor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor.hh')
-rw-r--r--src/monitor.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/monitor.hh b/src/monitor.hh
index 14168f0..bf9cb05 100644
--- a/src/monitor.hh
+++ b/src/monitor.hh
@@ -54,6 +54,10 @@ public:
virtual void add_observer(Observer* observer) = 0;
virtual void remove_observer(Observer* observer) = 0;
+#if FAKE_MONITOR
+ virtual void toggle_fakes() = 0;
+#endif
+
protected:
Monitor() {}
Monitor(Monitor const&) = delete;