X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fb0ecc4528966916edd520aeb2acc1a69aadd3b..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/meta/convertible.h?ds=sidebyside diff --git a/include/wx/meta/convertible.h b/include/wx/meta/convertible.h index 5a826bc257..99207d7273 100644 --- a/include/wx/meta/convertible.h +++ b/include/wx/meta/convertible.h @@ -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(NULL))) == sizeof(char) }; }; -#endif // _WX_CONVERTIBLE_H_ +#endif // _WX_META_CONVERTIBLE_H_