X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86baa52d2235d6add6e68ae38755ebd9435483bd..49bf4e3e689c2131994aa2aab3c9eca6255a46eb:/include/wx/hashmap.h diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index 7e20a9abc2..b8689b86f6 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -101,10 +101,10 @@ protected: { return (void **)calloc(sz, sizeof(void*)); } - static void FreeTable(void *table) - { - free(table); - } + static void FreeTable(void *table) + { + free(table); + } }; #define _WX_DECLARE_HASHTABLE( VALUE_T, KEY_T, HASH_T, KEY_EX_T, KEY_EQ_T, CLASSNAME, CLASSEXP, SHOULD_GROW, SHOULD_SHRINK ) \