]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/timer.h
Implement deep copy of wxBitmapRefData
[wxWidgets.git] / include / wx / mac / carbon / timer.h
index 519c9787719ebd41baf21ef8626f0fca42c9e298..f9a5d79861f0e7f4006f13e3358d7db9b947fc7a 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TIMER_H_
 #define _WX_TIMER_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "timer.h"
-#endif
-
 #include "wx/object.h"
 #include "wx/mac/macnotfy.h"
 
@@ -28,7 +24,7 @@ class WXDLLEXPORT wxTimer: public wxTimerBase
 public:
     wxTimer() { Init(); }
     wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id) { Init(); }
-    ~wxTimer();
+    virtual ~wxTimer();
 
     virtual bool Start(int milliseconds = -1,
                        bool one_shot = FALSE); // Start timer