]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/private/timer.h
in debug mode when clicking with the middle mouse button draw borders around all...
[wxWidgets.git] / include / wx / unix / private / timer.h
index 2249fe5c2ead33be2850f96cb4c4a7bcbf5f6dd6..630676cb375c2c79d5553ad5ff49380f2a027b24 100644 (file)
@@ -23,7 +23,9 @@ typedef wxMilliClock_t wxUsecClock_t;
 // wxTimer implementation class for Unix platforms
 // ----------------------------------------------------------------------------
 
-class wxUnixTimerImpl : public wxTimerImpl
+// NB: we have to export at least this symbol from the shared library, because
+//     it's used by wxDFB's wxCore
+class WXDLLIMPEXP_BASE wxUnixTimerImpl : public wxTimerImpl
 {
 public:
     wxUnixTimerImpl(wxTimer *timer);