diff options
Diffstat (limited to 'src/libs/client/PluginModel.h')
-rw-r--r-- | src/libs/client/PluginModel.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libs/client/PluginModel.h b/src/libs/client/PluginModel.h index 4f5987e5..5174db76 100644 --- a/src/libs/client/PluginModel.h +++ b/src/libs/client/PluginModel.h @@ -20,12 +20,13 @@ #include <string> using std::string; -namespace LibOmClient { +namespace Ingen { +namespace Client { /** Model for a plugin available for loading. * - * \ingroup libomclient + * \ingroup IngenClient */ class PluginModel { @@ -99,7 +100,8 @@ private: }; -} // namespace Om +} // namespace Client +} // namespace Ingen #endif // PLUGINMODEL_H |