]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_timer.i
reSWIGged
[wxWidgets.git] / wxPython / src / _timer.i
index 1042c7f52fda0dda6a9fe58477584233a1509229..e09e7509d037d6db899a2e2a5554c4394ce88084 100644 (file)
@@ -53,6 +53,8 @@ void wxPyTimer::base_Notify() {
 
 
 
+MustHaveApp(wxPyTimer);
+
 %name(Timer) class wxPyTimer : public wxEvtHandler
 {
 public:
@@ -130,6 +132,7 @@ public:
 
 
 // wxTimerRunner: starts the timer in its ctor, stops in the dtor
+MustHaveApp(wxTimerRunner);
 class wxTimerRunner
 {
 public: