]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/animateg.cpp
set m_closed to true when we get connection lost notification
[wxWidgets.git] / src / generic / animateg.cpp
index a2a50f94be6e9a1146bd51cb50d1f85eb0dbe566..08155032960214d2ac947a2428ae57a29c054978 100644 (file)
@@ -42,7 +42,7 @@ wxAnimationDecoderList wxAnimation::sm_handlers;
 // ----------------------------------------------------------------------------
 
 IMPLEMENT_DYNAMIC_CLASS(wxAnimation, wxAnimationBase)
 // ----------------------------------------------------------------------------
 
 IMPLEMENT_DYNAMIC_CLASS(wxAnimation, wxAnimationBase)
-#define M_ANIMDATA      wx_static_cast(wxAnimationDecoder*, m_refData)
+#define M_ANIMDATA      static_cast<wxAnimationDecoder*>(m_refData)
 
 wxSize wxAnimation::GetSize() const
 {
 
 wxSize wxAnimation::GetSize() const
 {