X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19ab5b3a6a1e95a4e89ee0625cb54a387a214184..835a347314148e6facab05ceb51c14c704a0d8a7:/include/wx/valtext.h?ds=sidebyside diff --git a/include/wx/valtext.h b/include/wx/valtext.h index 43879105ad..43b6380ef3 100644 --- a/include/wx/valtext.h +++ b/include/wx/valtext.h @@ -12,10 +12,6 @@ #ifndef _WX_VALTEXTH__ #define _WX_VALTEXTH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "valtext.h" -#endif - #include "wx/defs.h" #if wxUSE_VALIDATORS && wxUSE_TEXTCTRL @@ -57,7 +53,7 @@ public: // Called to transfer data to the window virtual bool TransferToWindow(); - // Called to transfer data to the window + // Called to transfer data from the window virtual bool TransferFromWindow(); // ACCESSORS