projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7896f
)
Untabify.
author
Mattia Barbon
<mbarbon@cpan.org>
Tue, 4 Jan 2005 17:41:47 +0000
(17:41 +0000)
committer
Mattia Barbon
<mbarbon@cpan.org>
Tue, 4 Jan 2005 17:41:47 +0000
(17:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31231
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/hashmap.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/hashmap.h
b/include/wx/hashmap.h
index 7e20a9abc2c1cb9da66df23dd20e8f9964d61485..b8689b86f6e9f7bc151fbedfde44f4e79f27e930 100644
(file)
--- 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 ) \