summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 21:36:41 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit7bf68773bc946f3e0fe4c25b05082ca4b068a593 (patch)
treecc09ecb9c32d4d2606ac3a4f563e06ddfa9eb5f8 /src/gui/GraphPortModule.hpp
parentc0de5d2620cc1ee227ff2c64ef163e308ba19cb4 (diff)
downloadingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.tar.gz
ingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.tar.bz2
ingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.zip
Clean up namespace comments
Diffstat (limited to 'src/gui/GraphPortModule.hpp')
-rw-r--r--src/gui/GraphPortModule.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp
index cad3bfc5..2bc5111b 100644
--- a/src/gui/GraphPortModule.hpp
+++ b/src/gui/GraphPortModule.hpp
@@ -23,11 +23,11 @@
#include <string>
-namespace Raul { class Atom; }
-
-namespace ingen { namespace client {
+namespace ingen {
+namespace client {
class PortModel;
-} }
+} // namespace client
+} // namespace ingen
namespace ingen {
namespace gui {