]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_misc.i
Add ToggleWindowStyle
[wxWidgets.git] / wxPython / src / _misc.i
index c412e3026f3da2aced4e4a1165415bd52c4200d4..45ae59fd43f4d3829db38949ffb0e8a54c4e949d 100644 (file)
@@ -140,7 +140,8 @@ class  wxStopWatch
 public:
     // ctor starts the stop watch
     wxStopWatch();
-
+    ~wxStopWatch();
+    
     // start the stop watch at the moment t0
     void Start(long t0 = 0);