diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-08-06 22:27:09 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-08-06 22:28:12 +0200 |
| commit | ea8148077fa28964e3b582cd6e0bb9cfea850b66 (patch) | |
| tree | 1c8679be716830d6f1835aaa50d7f18b55528c1e /src/gui_main.hh | |
| parent | 178bb3a1ceab88f29aa7d0ceb453e76de172fd27 (diff) | |
Add support for protocols in monitor-gui
Diffstat (limited to 'src/gui_main.hh')
| -rw-r--r-- | src/gui_main.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_main.hh b/src/gui_main.hh index 1070c0d..ab8499d 100644 --- a/src/gui_main.hh +++ b/src/gui_main.hh @@ -51,6 +51,7 @@ public: virtual void select_row(size_t row) = 0; virtual void set_package(std::unique_ptr<AttributedText>&& data) = 0; + virtual void set_content(std::string const& name, AttributedText* data) = 0; virtual bool run(int argc, char** argv) = 0; |
