diff options
Diffstat (limited to 'src/libs/engine/events/RequestAllObjectsEvent.h')
-rw-r--r-- | src/libs/engine/events/RequestAllObjectsEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/RequestAllObjectsEvent.h b/src/libs/engine/events/RequestAllObjectsEvent.h index a37b953f..760a06ea 100644 --- a/src/libs/engine/events/RequestAllObjectsEvent.h +++ b/src/libs/engine/events/RequestAllObjectsEvent.h @@ -21,7 +21,7 @@ #include "QueuedEvent.h" using std::string; -namespace Om { +namespace Ingen { namespace Shared { class ClientInterface; @@ -45,6 +45,6 @@ private: }; -} // namespace Om +} // namespace Ingen #endif // REQUESTALLOBJECTSEVENT_H |