]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gifdecod.cpp
fixed wxXmlResource::Load's detection of filenames to be done as early as possible
[wxWidgets.git] / src / common / gifdecod.cpp
index fb55baac1b19d930a42fc4cb81dc62f0f68db1f0..1566f40bddff71423b3fbc74a9f67e6735bfec01 100644 (file)
@@ -51,7 +51,7 @@ public:
     unsigned char *pal;             // palette
     unsigned int ncolours;          // number of colours
 
     unsigned char *pal;             // palette
     unsigned int ncolours;          // number of colours
 
-    DECLARE_NO_COPY_CLASS(GIFImage)
+    wxDECLARE_NO_COPY_CLASS(GIFImage);
 };
 
 wxDECLARE_SCOPED_PTR(GIFImage, GIFImagePtr)
 };
 
 wxDECLARE_SCOPED_PTR(GIFImage, GIFImagePtr)