projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Finished adding @tableofcontents to all overviews in the manual.
[wxWidgets.git]
/
src
/
os2
/
metafile.cpp
diff --git
a/src/os2/metafile.cpp
b/src/os2/metafile.cpp
index 755d4658ccb9c4fa46e13c5dd2a2fc40df4da784..04ac44c04ac45934ebad8431b4d17ae49a1f776a 100644
(file)
--- a/
src/os2/metafile.cpp
+++ b/
src/os2/metafile.cpp
@@
-142,7
+142,7
@@
wxMetafileDCImpl::wxMetafileDCImpl(wxDC *owner, const wxString& file)
m_maxY = -10000;
// m_title = NULL;
- if (
!file.IsNull() && wxFileExists(file)
)
+ if (
wxFileExists(file)
)
wxRemoveFile(file);
// TODO