summaryrefslogtreecommitdiffstats
path: root/src/libs/client/PatchModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/PatchModel.h')
-rw-r--r--src/libs/client/PatchModel.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libs/client/PatchModel.h b/src/libs/client/PatchModel.h
index 9d5abadf..c15f7746 100644
--- a/src/libs/client/PatchModel.h
+++ b/src/libs/client/PatchModel.h
@@ -28,12 +28,13 @@
using std::list; using std::string; using std::map;
-namespace LibOmClient {
+namespace Ingen {
+namespace Client {
/** Client's model of a patch.
*
- * \ingroup libomclient
+ * \ingroup IngenClient
*/
class PatchModel : public NodeModel
{
@@ -94,6 +95,7 @@ private:
typedef map<string, CountedPtr<PatchModel> > PatchModelMap;
-} // namespace LibOmClient
+} // namespace Client
+} // namespace Ingen
#endif // PATCHMODEL_H