]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/except/except.cpp
fix typo in previous commit
[wxWidgets.git] / samples / except / except.cpp
index 5e487845d55ecac6530c86c686a9ff9f26b52621..95502800c79324f26741cf6a53083758e778ecc8 100644 (file)
@@ -123,6 +123,8 @@ public:
     void OnHandleCrash(wxCommandEvent& event);
 #endif
 
+protected:
+
     // 1st-level exception handling: we overload ProcessEvent() to be able to
     // catch exceptions which occur in MyFrame methods here
     virtual bool ProcessEvent(wxEvent& event);