]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/sample/sample.cpp
Merge commit '48410b113dd2036e69dbf723a39ec9af02fc9b12'
[xonotic/netradiant.git] / plugins / sample / sample.cpp
index 80900b10e9b7a25b014f1d1ad3f577b193a1fe48..41aa9bf86c3e473728ee1085115b9a263f2024d8 100644 (file)
@@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include "string/string.h"
 #include "modulesystem/singletonmodule.h"
-
+#include "typesystem.h"
 
 namespace Sample
 {
@@ -61,7 +61,7 @@ namespace Sample
 
 } // namespace
 
-class SamplePluginModule
+class SamplePluginModule : public TypeSystemRef
 {
   _QERPluginTable m_plugin;
 public: