diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/Arc.hpp | 4 | ||||
-rw-r--r-- | src/gui/LoadGraphWindow.hpp | 4 | ||||
-rw-r--r-- | src/gui/NewSubgraphWindow.hpp | 4 | ||||
-rw-r--r-- | src/gui/PluginMenu.hpp | 4 | ||||
-rw-r--r-- | src/gui/Port.hpp | 4 | ||||
-rw-r--r-- | src/gui/PropertiesWindow.hpp | 4 | ||||
-rw-r--r-- | src/gui/RDFS.hpp | 4 | ||||
-rw-r--r-- | src/gui/ThreadedLoader.hpp | 4 |
8 files changed, 24 insertions, 8 deletions
diff --git a/src/gui/Arc.hpp b/src/gui/Arc.hpp index 746f6d61..82467a5a 100644 --- a/src/gui/Arc.hpp +++ b/src/gui/Arc.hpp @@ -28,7 +28,9 @@ class Node; namespace ingen { -namespace client { class ArcModel; } +namespace client { +class ArcModel; +} // namespace client namespace gui { diff --git a/src/gui/LoadGraphWindow.hpp b/src/gui/LoadGraphWindow.hpp index b2063d75..adb6bce1 100644 --- a/src/gui/LoadGraphWindow.hpp +++ b/src/gui/LoadGraphWindow.hpp @@ -40,7 +40,9 @@ class SpinButton; namespace ingen { -namespace client { class GraphModel; } +namespace client { +class GraphModel; +} // namespace client namespace gui { diff --git a/src/gui/NewSubgraphWindow.hpp b/src/gui/NewSubgraphWindow.hpp index a3f9c713..be660da5 100644 --- a/src/gui/NewSubgraphWindow.hpp +++ b/src/gui/NewSubgraphWindow.hpp @@ -39,7 +39,9 @@ class SpinButton; namespace ingen { -namespace client { class GraphModel; } +namespace client { +class GraphModel; +} // namespace client namespace gui { diff --git a/src/gui/PluginMenu.hpp b/src/gui/PluginMenu.hpp index 4df5cb24..b2c75ffe 100644 --- a/src/gui/PluginMenu.hpp +++ b/src/gui/PluginMenu.hpp @@ -36,7 +36,9 @@ namespace ingen { class World; -namespace client { class PluginModel; } +namespace client { +class PluginModel; +} // namespace client namespace gui { diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 534734ad..8e8077bc 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -38,7 +38,9 @@ namespace ingen { class URI; class Atom; -namespace client { class PortModel; } +namespace client { +class PortModel; +} // namespace client namespace gui { diff --git a/src/gui/PropertiesWindow.hpp b/src/gui/PropertiesWindow.hpp index e51b1ac6..60b6bda3 100644 --- a/src/gui/PropertiesWindow.hpp +++ b/src/gui/PropertiesWindow.hpp @@ -54,7 +54,9 @@ class Widget; namespace ingen { -namespace client { class ObjectModel; } +namespace client { +class ObjectModel; +} // namespace client namespace gui { diff --git a/src/gui/RDFS.hpp b/src/gui/RDFS.hpp index 4fac5546..9a212dff 100644 --- a/src/gui/RDFS.hpp +++ b/src/gui/RDFS.hpp @@ -29,7 +29,9 @@ namespace ingen { class World; -namespace client { class ObjectModel; } +namespace client { +class ObjectModel; +} // namespace client namespace gui { diff --git a/src/gui/ThreadedLoader.hpp b/src/gui/ThreadedLoader.hpp index 6466fb1d..d338b63f 100644 --- a/src/gui/ThreadedLoader.hpp +++ b/src/gui/ThreadedLoader.hpp @@ -43,7 +43,9 @@ class Parser; class Properties; class URI; -namespace client { class GraphModel; } +namespace client { +class GraphModel; +} // namespace client namespace gui { |