diff options
Diffstat (limited to 'src/gui/GraphPortModule.hpp')
-rw-r--r-- | src/gui/GraphPortModule.hpp | 8 |
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 { |