summaryrefslogtreecommitdiffstats
path: root/src/TextViewLog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextViewLog.cpp')
-rw-r--r--src/TextViewLog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/TextViewLog.cpp b/src/TextViewLog.cpp
index 0e37420..360cae9 100644
--- a/src/TextViewLog.cpp
+++ b/src/TextViewLog.cpp
@@ -21,6 +21,8 @@
#include <string>
+namespace patchage {
+
TextViewLog::TextViewLog(Widget<Gtk::TextView>& text_view)
: _error_tag{Gtk::TextTag::create()}
, _warning_tag{Gtk::TextTag::create()}
@@ -81,3 +83,5 @@ TextViewLog::min_height() const
return line_height + 2 * _text_view->get_pixels_inside_wrap();
}
+
+} // namespace patchage