summaryrefslogtreecommitdiffstats
path: root/src/engine/internals/Note.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 01:40:54 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 01:40:54 +0000
commitcf54391f7ca67774546380ef08f654d91a94c0cd (patch)
tree45559c07c0343fe7171c464e1461d76937a9a9bc /src/engine/internals/Note.cpp
parent21de7016110081437ca0fbfdd6a14f41088da7b9 (diff)
downloadingen-cf54391f7ca67774546380ef08f654d91a94c0cd.tar.gz
ingen-cf54391f7ca67774546380ef08f654d91a94c0cd.tar.bz2
ingen-cf54391f7ca67774546380ef08f654d91a94c0cd.zip
Move internals to their own namespace ala events.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2071 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/internals/Note.cpp')
-rw-r--r--src/engine/internals/Note.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/internals/Note.cpp b/src/engine/internals/Note.cpp
index e3ba42d3..4b42807b 100644
--- a/src/engine/internals/Note.cpp
+++ b/src/engine/internals/Note.cpp
@@ -34,6 +34,7 @@
using namespace std;
namespace Ingen {
+namespace Internals {
using namespace Shared;
@@ -389,4 +390,5 @@ NoteNode::sustain_off(ProcessContext& context, FrameTime time)
} // namespace Ingen
+} // namespace Internals