even more fixes detected using ifacecheck
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
|
||||
It will fail if the file already exists, Open() should be used in this case.
|
||||
*/
|
||||
bool Create() const;
|
||||
bool Create();
|
||||
|
||||
/**
|
||||
Creates the file with the given name.
|
||||
@@ -114,7 +114,7 @@ public:
|
||||
|
||||
It will fail if the file already exists, Open() should be used in this case.
|
||||
*/
|
||||
bool Create(const wxString& strFile) const;
|
||||
bool Create(const wxString& strFile);
|
||||
|
||||
/**
|
||||
Returns @true if the current line is the last one.
|
||||
|
Reference in New Issue
Block a user