projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_FINISHED
[wxWidgets.git]
/
include
/
wx
/
mac
/
metafile.h
diff --git
a/include/wx/mac/metafile.h
b/include/wx/mac/metafile.h
index 393cca992e695bd781878258d135a3416c4d400f..8c9de9914347c0aa7b25d49bad641d269312baf5 100644
(file)
--- a/
include/wx/mac/metafile.h
+++ b/
include/wx/mac/metafile.h
@@
-51,7
+51,8
@@
class WXDLLEXPORT wxMetafile: public wxGDIObject
DECLARE_DYNAMIC_CLASS(wxMetafile)
public:
// Copy constructor
- inline wxMetafile(const wxMetafile& metafile)
+ wxMetafile(const wxMetafile& metafile)
+ : wxGDIObject()
{ Ref(metafile); }
wxMetafile(const wxString& file = "");