summaryrefslogtreecommitdiffstats
path: root/src/libs/client/ThreadedSigClientInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/ThreadedSigClientInterface.h')
-rw-r--r--src/libs/client/ThreadedSigClientInterface.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libs/client/ThreadedSigClientInterface.h b/src/libs/client/ThreadedSigClientInterface.h
index fd88acd1..985b1f26 100644
--- a/src/libs/client/ThreadedSigClientInterface.h
+++ b/src/libs/client/ThreadedSigClientInterface.h
@@ -28,7 +28,8 @@ using std::string;
/** Returns nothing and takes no parameters (because they have all been bound) */
typedef sigc::slot<void> Closure;
-namespace LibOmClient {
+namespace Ingen {
+namespace Client {
/** A LibSigC++ signal emitting interface for clients to use.
@@ -172,6 +173,7 @@ private:
};
-} // namespace LibOmClient
+} // namespace Client
+} // namespace Ingen
#endif