diff options
| author | KingPin <none@none> | 2008-11-10 06:53:00 -0600 |
|---|---|---|
| committer | KingPin <none@none> | 2008-11-10 06:53:00 -0600 |
| commit | 09280b0091474b58d43daf42c0f3d99f86e6ec25 (patch) | |
| tree | a6b9b17869b7e035811baa36bc1a0e2b618af216 /src/framework/Makefile.am | |
| parent | f2250030cd7ea58eb9de63a96c34656ac1916369 (diff) | |
[svn] * Switch from hashmap to unordered map. - cleanup source - mangos. Help - Aokromes
--HG--
branch : trunk
rename : src/framework/Utilities/HashMap.h => src/framework/Utilities/UnorderedMap.h
Diffstat (limited to 'src/framework/Makefile.am')
| -rw-r--r-- | src/framework/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/Makefile.am b/src/framework/Makefile.am index c114fd95063..081b1cc9b44 100644 --- a/src/framework/Makefile.am +++ b/src/framework/Makefile.am @@ -60,6 +60,6 @@ EXTRA_DIST = \ Utilities/ByteConverter.h \ Utilities/Callback.h \ Utilities/EventProcessor.h \ - Utilities/HashMap.h \ + Utilities/UnorderedMap.h \ Utilities/LinkedList.h \ Utilities/TypeList.h |
