From 178d1cbe1dfc9e7b66c36cbb75590e1cee419174 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 18:24:03 +0100 Subject: Put everything in a namespace --- src/TextViewLog.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/TextViewLog.hpp') 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 #include +namespace patchage { + /// Log that writes colored messages to a Gtk TextView class TextViewLog : public ILog { @@ -53,4 +55,6 @@ private: Widget& _text_view; }; +} // namespace patchage + #endif // PATCHAGE_TEXTVIEWLOG_HPP -- cgit v1.2.1