diff options
Diffstat (limited to 'src/libs/client/ControlModel.h')
-rw-r--r-- | src/libs/client/ControlModel.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libs/client/ControlModel.h b/src/libs/client/ControlModel.h index 0c396b50..08143c73 100644 --- a/src/libs/client/ControlModel.h +++ b/src/libs/client/ControlModel.h @@ -20,12 +20,13 @@ #include <string> #include "util/Path.h" -namespace LibOmClient { +namespace Ingen { +namespace Client { /** A single port's control setting (in a preset). * - * \ingroup libomclient + * \ingroup IngenClient */ class ControlModel { @@ -48,6 +49,7 @@ private: }; -} // namespace LibOmClient +} // namespace Client +} // namespace Ingen #endif // CONTROLMODEL |