diff options
Diffstat (limited to 'src/libs/client/PortModel.h')
-rw-r--r-- | src/libs/client/PortModel.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libs/client/PortModel.h b/src/libs/client/PortModel.h index ecf5bd34..37e312f3 100644 --- a/src/libs/client/PortModel.h +++ b/src/libs/client/PortModel.h @@ -25,11 +25,12 @@ #include "util/CountedPtr.h" using std::string; using std::list; -namespace LibOmClient { +namespace Ingen { +namespace Client { /* Model of a port. * - * \ingroup libomclient. + * \ingroup IngenClient. */ class PortModel : public ObjectModel { @@ -118,6 +119,7 @@ private: typedef list<CountedPtr<PortModel> > PortModelList; -} // namespace LibOmClient +} // namespace Client +} // namespace Ingen #endif // PORTMODEL_H |