// 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)
enum { value = sizeof(Match(static_cast<D*>(NULL))) == sizeof(char) };
};
-#endif // _WX_CONVERTIBLE_H_
+#endif // _WX_META_CONVERTIBLE_H_