]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gifdecod.cpp
unused variable
[wxWidgets.git] / src / common / gifdecod.cpp
index 0a2dad27244465b6811980ccb722e872c247b656..1566f40bddff71423b3fbc74a9f67e6735bfec01 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include "wx/gifdecod.h"
-#include "wx/ptr_scpd.h"
+#include "wx/scopedptr.h"
 #include "wx/scopeguard.h"
 
 
@@ -51,7 +51,7 @@ public:
     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)