summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/OSCClient.cpp')
-rw-r--r--src/libs/engine/OSCClient.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/engine/OSCClient.cpp b/src/libs/engine/OSCClient.cpp
index a902f629..b1489288 100644
--- a/src/libs/engine/OSCClient.cpp
+++ b/src/libs/engine/OSCClient.cpp
@@ -32,13 +32,13 @@
using std::cout; using std::cerr; using std::endl;
-namespace Om {
+namespace Ingen {
/*! \page client_osc_namespace Client OSC Namespace Documentation
*
- * <p>These are all the messages sent from the engine to the client. Om
- * communication takes place over two distinct bands: control band and
+ * <p>These are all the messages sent from the engine to the client.
+ * Communication takes place over two distinct bands: control band and
* notification band.</p>
* <p>The control band is where clients send commands, and receive a simple
* response, either OK or an error.</p>
@@ -497,4 +497,4 @@ OSCClient::program_remove(const string& node_path, uint32_t bank, uint32_t progr
}
-} // namespace Om
+} // namespace Ingen