From 4eb5b738b0fb45058dbe34ae286e01e1a75f76e6 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 22 Jan 2009 15:53:57 +0000 Subject: [PATCH] add default explicit ctor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/animate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/generic/animate.h b/include/wx/generic/animate.h index 83aa2b49c9..33a3a84c74 100644 --- a/include/wx/generic/animate.h +++ b/include/wx/generic/animate.h @@ -23,6 +23,7 @@ WX_DECLARE_LIST_WITH_DECL(wxAnimationDecoder, wxAnimationDecoderList, class WXDL class WXDLLIMPEXP_ADV wxAnimation : public wxAnimationBase { public: + wxAnimation() {} wxAnimation(const wxString &name, wxAnimationType type = wxANIMATION_TYPE_ANY) { LoadFile(name, type); } virtual bool IsOk() const