summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalPlugin.hpp')
-rw-r--r--src/engine/InternalPlugin.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/InternalPlugin.hpp b/src/engine/InternalPlugin.hpp
index dcadd4aa..b3d365e4 100644
--- a/src/engine/InternalPlugin.hpp
+++ b/src/engine/InternalPlugin.hpp
@@ -35,7 +35,6 @@ namespace Ingen {
class NodeImpl;
class BufferFactory;
-
/** Implementation of an Internal plugin.
*/
class InternalPlugin : public PluginImpl
@@ -56,7 +55,6 @@ private:
const std::string _symbol;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_INTERNALPLUGIN_HPP