diff options
Diffstat (limited to 'src/common/interface/ClientInterface.h')
-rw-r--r-- | src/common/interface/ClientInterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/interface/ClientInterface.h b/src/common/interface/ClientInterface.h index 380f96c3..eac8e605 100644 --- a/src/common/interface/ClientInterface.h +++ b/src/common/interface/ClientInterface.h @@ -21,7 +21,7 @@ #include <string> using std::string; -namespace Om { +namespace Ingen { namespace Shared { @@ -97,6 +97,6 @@ protected: } // namespace Shared -} // namespace Om +} // namespace Ingen #endif |