]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
Compilaton fixes.
[wxWidgets.git] / src / msw / dialog.cpp
index f54a3164bf9dff6b019846534a1a7f74ba57aaee..8c5390cc5ce90cc695ba1a4ece89686352ebb382 100644 (file)
@@ -191,7 +191,7 @@ bool wxDialog::IsModal() const
 
 bool wxDialog::IsModalShowing() const
 {
-    return wxModalDialogs.Find((wxDialog *)this) != NULL; // const_cast
+    return wxModalDialogs.Find(wxConstCast(this, wxDialog)) != NULL;
 }
 
 wxWindow *wxDialog::FindSuitableParent() const