]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
Fix wxGCDC::Clear() for Cairo, and possibly MSW.
[wxWidgets.git] / tests / test.cpp
index 155bfdf154aca426c21def3f98ff6697b09af88d..a2a04ed98c5db9e83e70a6613d1c7c0652c97204 100644 (file)
@@ -165,7 +165,7 @@ static string GetExceptionMessage()
         throw;
     }
 #if wxDEBUG_LEVEL
-    catch ( TestAssertFailure& )
+    catch ( TestAssertFailure& )
     {
         msg = s_lastAssertMessage;
         s_lastAssertMessage.clear();