]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmladv.cpp
Add support for wxAuiNotebook to XRC.
[wxWidgets.git] / src / xrc / xmladv.cpp
index 5087147e2fefed94c0c7ce09775ef97ac71f0ca5..6f6f36067a5608f97e49f6c2183e3bc55740e8b6 100644 (file)
@@ -38,7 +38,7 @@
 // ============================================================================
 
 #if wxUSE_ANIMATIONCTRL
-wxAnimation wxXmlResourceHandler::GetAnimation(const wxString& param)
+wxAnimation wxXmlResourceHandlerImpl::GetAnimation(const wxString& param)
 {
     const wxString name = GetParamValue(param);
     if ( name.empty() )