]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/meta/convertible.h
correct the signature of the overriden Reparent()
[wxWidgets.git] / include / wx / meta / convertible.h
index 5a826bc2571c2976f81bfe3df433d718d4824fcb..99207d7273dcbf8a0884de8db2579f2d4c9f6632 100644 (file)
@@ -8,8 +8,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_CONVERTIBLE_H_
-#define _WX_CONVERTIBLE_H_
+#ifndef _WX_META_CONVERTIBLE_H_
+#define _WX_META_CONVERTIBLE_H_
 
 // Helper to decide if an object of type D is convertible to type B (the test
 // succeeds in particular when D derives from B)
@@ -22,5 +22,5 @@ struct wxConvertibleTo
     enum { value = sizeof(Match(static_cast<D*>(NULL))) == sizeof(char) };
 };
 
-#endif // _WX_CONVERTIBLE_H_
+#endif // _WX_META_CONVERTIBLE_H_