]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/progdlgg.cpp
ping method almost there
[wxWidgets.git] / src / generic / progdlgg.cpp
index 281efc5183181bd2347d4dc0bbdbc3962df7d4bc..2a7eb0791869f5fa8bb4f88eb78941f9e1371421 100644 (file)
@@ -104,7 +104,7 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
 // have two versions of this in wxWindowDC tp avoid function hiding
 // since there are two of these in wxDCBase, and in turn in wxDC.
 // VA cannot resolve this so:
-    dc.GetTextExtent(message, &widthText, NULL, NULL, NULL, NULL, FALSE);
+    dc.GetTextExtent(message, &widthText, NULL, NULL, NULL, NULL);
 #else
     dc.GetTextExtent(message, &widthText, (long*)NULL);
 #endif