diff options
author | David Robillard <d@drobilla.net> | 2008-08-16 02:36:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-16 02:36:17 +0000 |
commit | fca0d027053f78684823c9c0b885045708125ef6 (patch) | |
tree | 7331a99ca6404870aaee6243a008437d078a2829 /src/libs/engine/NodeBase.cpp | |
parent | ab2aa4d4922ab1a62b7a43013d09b2d9d144b3c5 (diff) | |
download | ingen-fca0d027053f78684823c9c0b885045708125ef6.tar.gz ingen-fca0d027053f78684823c9c0b885045708125ef6.tar.bz2 ingen-fca0d027053f78684823c9c0b885045708125ef6.zip |
Reorganize two 'store' implementations, move header to shared module (prepare for factoring out).
git-svn-id: http://svn.drobilla.net/lad/ingen@1395 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/NodeBase.cpp')
-rw-r--r-- | src/libs/engine/NodeBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/NodeBase.cpp b/src/libs/engine/NodeBase.cpp index 6eb0f8d8..bb4f0e5c 100644 --- a/src/libs/engine/NodeBase.cpp +++ b/src/libs/engine/NodeBase.cpp @@ -26,7 +26,7 @@ #include "ClientBroadcaster.hpp" #include "PortImpl.hpp" #include "PatchImpl.hpp" -#include "ObjectStore.hpp" +#include "EngineStore.hpp" #include "ThreadManager.hpp" using namespace std; |