diff options
Diffstat (limited to 'src/TextViewLog.hpp')
-rw-r--r-- | src/TextViewLog.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/TextViewLog.hpp b/src/TextViewLog.hpp index 1165cdf..913b527 100644 --- a/src/TextViewLog.hpp +++ b/src/TextViewLog.hpp @@ -24,6 +24,8 @@ #include <gtkmm/texttag.h> #include <gtkmm/textview.h> +namespace patchage { + /// Log that writes colored messages to a Gtk TextView class TextViewLog : public ILog { @@ -53,4 +55,6 @@ private: Widget<Gtk::TextView>& _text_view; }; +} // namespace patchage + #endif // PATCHAGE_TEXTVIEWLOG_HPP |