#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
// 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