X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cbff1201aa47e2b73ec90a97886f18e88270ea6..ff38281aa1a7576df9e67ac756e7e1087681305e:/src/common/sysopt.cpp diff --git a/src/common/sysopt.cpp b/src/common/sysopt.cpp index c8d4539f37..39849e7fa9 100644 --- a/src/common/sysopt.cpp +++ b/src/common/sysopt.cpp @@ -46,7 +46,7 @@ // singleton class so it can't be done in the dtor) class wxSystemOptionsModule : public wxModule { - friend class wxSystemOptions; + friend class WXDLLEXPORT wxSystemOptions; public: virtual bool OnInit(); virtual void OnExit();