summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/DataType.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/DataType.h')
-rw-r--r--src/libs/engine/DataType.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/engine/DataType.h b/src/libs/engine/DataType.h
index fdaaa863..c658eccc 100644
--- a/src/libs/engine/DataType.h
+++ b/src/libs/engine/DataType.h
@@ -17,14 +17,14 @@
#ifndef DATATYPE_H
#define DATATYPE_H
-namespace Om
+namespace Ingen
{
/** A data type that can be stored in a Port.
*
* Eventually the goal is to be able to just have to create a new one of these
- * to have Om support a new data type.
+ * to support a new data type.
*/
class DataType {
public:
@@ -65,6 +65,6 @@ private:
-} // namespace Om
+} // namespace Ingen
#endif // DATATYPE_H