]> git.saurik.com Git - wxWidgets.git/commitdiff
made Update() virtual
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Apr 2004 13:34:52 +0000 (13:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Apr 2004 13:34:52 +0000 (13:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/progdlg.tex
include/wx/generic/progdlgg.h

index 5758f848d5e89c0528226c4d96c4f124982957a8..6fb56019c6752f21b930d8eda64bbcc6b6b6d857 100644 (file)
@@ -75,7 +75,7 @@ ABORT.
 
 \membersection{wxProgressDialog::Update}\label{wxprogressdialogupdate}
 
-\func{bool}{Update}{
+\func{virtual bool}{Update}{
   \param{int }{value},\rtfsp
   \param{const wxString\& }{newmsg = ""}}
 
index 9fc06a25bf965611da3c9fe90a7fca09a3acf1e6..ee59cb94269d74279b2eec1f7dc3f4ab3a956f8f 100644 (file)
@@ -55,7 +55,7 @@ public:
        @param newmsg if used, new message to display
        @returns true if ABORT button has not been pressed
    */
-   bool Update(int value, const wxString& newmsg = wxT(""));
+   virtual bool Update(int value, const wxString& newmsg = wxT(""));
 
    /* Can be called to continue after the cancel button has been pressed, but
        the program decided to continue the operation (e.g., user didn't