diff options
Diffstat (limited to 'include/dynamic.h')
-rw-r--r-- | include/dynamic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dynamic.h b/include/dynamic.h index 19ff7bdaf..ec09675e0 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -17,7 +17,7 @@ /** The DLLManager class is able to load a module file by filename, * and locate its init_module symbol. */ -class CoreExport DLLManager +class CoreExport DLLManager : public classbase { protected: |