summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Note.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/Note.hpp')
-rw-r--r--src/server/internals/Note.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/internals/Note.hpp b/src/server/internals/Note.hpp
index 111d3f1a..6e993f06 100644
--- a/src/server/internals/Note.hpp
+++ b/src/server/internals/Note.hpp
@@ -17,7 +17,7 @@
#ifndef INGEN_INTERNALS_NOTE_HPP
#define INGEN_INTERNALS_NOTE_HPP
-#include "BlockImpl.hpp"
+#include "InternalBlock.hpp"
#include "types.hpp"
namespace Ingen {
@@ -35,7 +35,7 @@ namespace Internals {
*
* \ingroup engine
*/
-class NoteNode : public BlockImpl
+class NoteNode : public InternalBlock
{
public:
NoteNode(InternalPlugin* plugin,