summaryrefslogtreecommitdiffstats
path: root/ingen/Module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Module.hpp')
-rw-r--r--ingen/Module.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Module.hpp b/ingen/Module.hpp
index ef3b1f63..c21bf25e 100644
--- a/ingen/Module.hpp
+++ b/ingen/Module.hpp
@@ -17,10 +17,10 @@
#ifndef INGEN_MODULE_HPP
#define INGEN_MODULE_HPP
-#include <glibmm/module.h>
-
#include "ingen/ingen.h"
+namespace Glib { class Module; }
+
namespace Ingen {
class World;
@@ -32,7 +32,7 @@ class World;
*/
class INGEN_API Module {
public:
- Module() : library(NULL) {}
+ Module() : library(nullptr) {}
virtual ~Module() {}
virtual void load(Ingen::World* world) = 0;