From 9e7efd40bc3206aad7b6d1e531dbe6d335575aac Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Wed, 27 Sep 2017 17:13:41 +0200 Subject: fix bugs - add excecutor to the singleton export list --- executor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor.cpp') diff --git a/executor.cpp b/executor.cpp index 0dd9cd7..64f3d40 100644 --- a/executor.cpp +++ b/executor.cpp @@ -44,8 +44,6 @@ #define strncasecmp _strnicmp #endif // _WIN32 -executor* executor::oInst = NULL; - executor::executor() { } -- cgit v1.1