From 2799df0c0d04702c486a244749cf1330b8f42fc5 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 25 Oct 1999 21:23:51 +0000 Subject: [PATCH] Added WXDLLEXPORT to wxChrono git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.2