summaryrefslogtreecommitdiffstats
path: root/src/libs/client/PatchLibrarian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/PatchLibrarian.h')
-rw-r--r--src/libs/client/PatchLibrarian.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libs/client/PatchLibrarian.h b/src/libs/client/PatchLibrarian.h
index b462ab82..817f98ca 100644
--- a/src/libs/client/PatchLibrarian.h
+++ b/src/libs/client/PatchLibrarian.h
@@ -24,7 +24,8 @@
using std::string;
-namespace LibOmClient {
+namespace Ingen {
+namespace Client {
class PatchModel;
class NodeModel;
@@ -36,7 +37,7 @@ class ModelClientInterface;
/** Handles all patch saving and loading.
*
- * \ingroup libomclient
+ * \ingroup IngenClient
*/
class PatchLibrarian
{
@@ -73,6 +74,7 @@ private:
};
-} // namespace LibOmClient
+} // namespace Client
+} // namespace Ingen
#endif // PATCHLIBRARIAN_H