]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
placeholder
[wxWidgets.git] / src / msw / evtloop.cpp
index 1d52ec45f363f672b71d7209d47e9cd7e3fd2484..1909600fa739eaeef56c7a2b9e66c849de3abf3c 100644 (file)
@@ -332,7 +332,8 @@ int wxEventLoop::Run()
                     // there is none yet. OTOH, wxCATCH_ALL isn't
                     // expanded unless wxUSE_EXCEPTIONS, so its
                     // safe to use throw here.
                     // there is none yet. OTOH, wxCATCH_ALL isn't
                     // expanded unless wxUSE_EXCEPTIONS, so its
                     // safe to use throw here.
-                    throw;  
+                    throw;
+                default:
                     break;
     }
         )
                     break;
     }
         )