diff options
Diffstat (limited to 'src/gui_window.hh')
| -rw-r--r-- | src/gui_window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_window.hh b/src/gui_window.hh index 1573cb8..6d1cf31 100644 --- a/src/gui_window.hh +++ b/src/gui_window.hh @@ -18,6 +18,7 @@ public: virtual ~GuiWindow() {} virtual void set_title(std::string const& title) = 0; + virtual std::string const& title() const = 0; // Can be used by implementation if needed virtual void* impl() const { |
