]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/toplevel.cpp
fixed off by 2 error in HasPage() (patch 1562871)
[wxWidgets.git] / src / dfb / toplevel.cpp
index 508999102c1741dedf251be2842e5012dde87254..c7f23b52df4246338aba7e12f37a079631f71de9 100644 (file)
@@ -527,6 +527,10 @@ void wxTopLevelWindowDFB::HandleDFBWindowEvent(const wxDFBWindowEvent& event_)
             wxFAIL_MSG( _T("invalid event type") );
             break;
         }
+
+        default:
+            // we're not interested in them here
+            break;
     }
 
     if ( !recipient )