summaryrefslogtreecommitdiffstats
path: root/src/engine/PluginImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PluginImpl.hpp')
-rw-r--r--src/engine/PluginImpl.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/PluginImpl.hpp b/src/engine/PluginImpl.hpp
index fca6320e..d058d046 100644
--- a/src/engine/PluginImpl.hpp
+++ b/src/engine/PluginImpl.hpp
@@ -36,7 +36,6 @@ class NodeImpl;
class Engine;
class BufferFactory;
-
/** Implementation of a plugin (internal code, or a loaded shared library).
*
* Conceptually, a Node is an instance of this.
@@ -78,7 +77,6 @@ protected:
Glib::Module* _module;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_PLUGINIMPL_HPP