From: Julian Smart Date: Mon, 25 Oct 1999 21:23:51 +0000 (+0000) Subject: Added WXDLLEXPORT to wxChrono X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2799df0c0d04702c486a244749cf1330b8f42fc5 Added WXDLLEXPORT to wxChrono git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/timer.h b/include/wx/timer.h index 0dd07e0bed..1dbea0030e 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -17,7 +17,7 @@ #include "wx/stubs/timer.h" #endif -class wxChrono +class WXDLLEXPORT wxChrono { public: wxChrono();