projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bumping the version number also requires that version.h be modified,
[wxWidgets.git]
/
contrib
/
src
/
deprecated
/
wxexpr.cpp
diff --git
a/contrib/src/deprecated/wxexpr.cpp
b/contrib/src/deprecated/wxexpr.cpp
index 3f30116607095e571e25ee9f875062345d5d6319..c1345a610ecb043c6fd256eb57996472239cbaeb 100644
(file)
--- a/
contrib/src/deprecated/wxexpr.cpp
+++ b/
contrib/src/deprecated/wxexpr.cpp
@@
-9,10
+9,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "wxexpr.h"
-#endif
-
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
@@
-1072,7
+1068,7
@@
bool wxExprDatabase::Read(const wxString& filename)
{
noErrors = 0;
{
noErrors = 0;
- FILE *f = wxFopen(filename
.fn_str()
, _T("r"));
+ FILE *f = wxFopen(filename, _T("r"));
if (f)
{
thewxExprDatabase = this;
if (f)
{
thewxExprDatabase = this;
@@
-1104,7
+1100,7
@@
bool wxExprDatabase::ReadFromString(const wxString& buffer)
bool wxExprDatabase::Write(const wxString& fileName)
{
bool wxExprDatabase::Write(const wxString& fileName)
{
- FILE *stream = wxFopen( fileName
.fn_str()
, _T("w+"));
+ FILE *stream = wxFopen( fileName, _T("w+"));
if (!stream)
return false;
if (!stream)
return false;