diff options
Diffstat (limited to 'src/monmon.hh')
| -rw-r--r-- | src/monmon.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monmon.hh b/src/monmon.hh index 05d58a5..0699f57 100644 --- a/src/monmon.hh +++ b/src/monmon.hh @@ -47,6 +47,8 @@ public: protected: MonMon(std::shared_ptr<PollLooper> const& looper); + virtual std::string title() const = 0; + virtual void width_changed() { } |
