Modules now properly remove themselves from the global registry when they're deleted

This commit is contained in:
Alex Szpakowski
2013-08-30 23:40:46 -03:00
parent d3826aba9d
commit a3571b97bd
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
/**
* Destructor.
**/
virtual ~Module() {};
virtual ~Module();
/**
* Gets the name of the module. This is used in case of errors