]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/progdlg.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / msw / progdlg.h
index cd576dc8e917b3c053ba00fa5cf6a21b9b01b758..c63a0b66f81160ff1aba90c611bf0606011ae30d 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxProgressDialog
 // Author:      Rickard Westerlund
 // Created:     2010-07-22
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -47,11 +46,9 @@ public:
     // Must provide overload to avoid hiding it (and warnings about it)
     virtual void Update() { wxGenericProgressDialog::Update(); }
 
-private:
-    // Returns true if the task dialog is available. If not, all the methods of
-    // this class simply fall back to wxGenericProgressDialog versions.
-    bool HasNativeProgressDialog() const;
+    virtual WXWidget GetHandle() const;
 
+private:
     // Performs common routines to Update() and Pulse(). Requires the
     // shared object to have been entered.
     bool DoNativeBeforeUpdate(bool *skip);