summaryrefslogtreecommitdiff
path: root/src/fake_monitor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fake_monitor.hh')
-rw-r--r--src/fake_monitor.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fake_monitor.hh b/src/fake_monitor.hh
index 836e082..bb5cdc9 100644
--- a/src/fake_monitor.hh
+++ b/src/fake_monitor.hh
@@ -5,7 +5,7 @@
class FakeMonitor : public Monitor {
public:
- static Monitor* create(std::shared_ptr<Looper> const& looper);
+ static std::unique_ptr<Monitor> create(std::shared_ptr<Looper> const& looper);
};
#endif // FAKE_MONITOR_HH