diff options
Diffstat (limited to 'src/monitor.hh')
| -rw-r--r-- | src/monitor.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor.hh b/src/monitor.hh index b7ddbea..14168f0 100644 --- a/src/monitor.hh +++ b/src/monitor.hh @@ -40,7 +40,7 @@ public: virtual ~Monitor() {} - static Monitor* create(std::shared_ptr<Looper> const& looper); + static std::unique_ptr<Monitor> create(std::shared_ptr<Looper> const& looper); virtual void connect(std::string const& netname = std::string(), std::string const& scheduler = std::string(), |
