]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
change wxDataViewItem id to void*
[wxWidgets.git] / include / wx / timer.h
index 3135963190412aae896620eda21ca6de240ee2bf..8c6e01625b1eb23fa904a9b9b144bef2d63551c7 100644 (file)
@@ -32,7 +32,7 @@
 // only send the notification once and then stop the timer
 #define wxTIMER_ONE_SHOT true
 
-class WXDLLIMPEXP_BASE wxTimerImpl;
+class WXDLLIMPEXP_FWD_BASE wxTimerImpl;
 
 // the interface of wxTimer class
 class WXDLLIMPEXP_BASE wxTimer : public wxEvtHandler