summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-10-12 15:55:21 +0100
committerPeter Powell <petpow@saberuk.com>2017-10-12 15:55:21 +0100
commita3e0768758ca68429a29d9c78ce672f2d938c6e7 (patch)
treea66b4c4f917d56e1cef8ffda450d535ea532be35 /include
parentc46f8a368c42f64284244f3d2dfc022a383294fa (diff)
parent0337b92c158fa662f04056343affd59315da78db (diff)
Merge the latest changes from insp20 into master.
Diffstat (limited to 'include')
-rw-r--r--include/dynamic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dynamic.h b/include/dynamic.h
index d42cf61bf..905eb479e 100644
--- a/include/dynamic.h
+++ b/include/dynamic.h
@@ -32,11 +32,9 @@ class CoreExport DLLManager : public classbase
*/
std::string err;
-#ifdef _WIN32
/** Sets the last error string
*/
void RetrieveLastError();
-#endif
public:
/** This constructor loads the module using dlopen()