TRUE and FALSE; not true and false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1d2bd8475d
commit
f6c2a6f418
@ -28,21 +28,21 @@ public:
|
||||
|
||||
protected:
|
||||
virtual bool OnExists() const
|
||||
{ return false; }
|
||||
{ return FALSE; }
|
||||
|
||||
virtual bool OnOpen(const wxString &strBufferName,
|
||||
wxTextBufferOpenMode OpenMode)
|
||||
{ return true; }
|
||||
{ return TRUE; }
|
||||
|
||||
virtual bool OnClose()
|
||||
{ return true; }
|
||||
{ return TRUE; }
|
||||
|
||||
virtual bool OnRead(wxMBConv& conv)
|
||||
{ return true; }
|
||||
{ return TRUE; }
|
||||
|
||||
virtual bool OnWrite(wxTextFileType typeNew,
|
||||
wxMBConv& conv = wxConvLibc)
|
||||
{ return true; }
|
||||
{ return TRUE; }
|
||||
};
|
||||
|
||||
#endif // wxUSE_TEXTBUFFER
|
||||
|
Loading…
Reference in New Issue
Block a user