diff options
Diffstat (limited to 'src/server/internals/Time.hpp')
-rw-r--r-- | src/server/internals/Time.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/internals/Time.hpp b/src/server/internals/Time.hpp index bd98827c..f8dfbd64 100644 --- a/src/server/internals/Time.hpp +++ b/src/server/internals/Time.hpp @@ -17,7 +17,7 @@ #ifndef INGEN_INTERNALS_TIME_HPP #define INGEN_INTERNALS_TIME_HPP -#include "BlockImpl.hpp" +#include "InternalBlock.hpp" namespace Ingen { namespace Server { @@ -34,7 +34,7 @@ namespace Internals { * * \ingroup engine */ -class TimeNode : public BlockImpl +class TimeNode : public InternalBlock { public: TimeNode(InternalPlugin* plugin, |