Skip to content

Commit

Permalink
Fixed name of hashable helper macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcrawfo committed Nov 20, 2014
1 parent 03e10e4 commit e81fa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/utility/IHashable.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class IHashable
* way to declare a single specialization for these functors since template
* containers are instantiated using the most derived type.
*/
#define HASHABLE_STL_HELPER_DECLARATION(hashable) \
#define LU_HASHABLE_STL_HELPER_DECLARATION(hashable) \
namespace std { \
template<> \
struct hash<hashable> { \
Expand Down

0 comments on commit e81fa9f

Please sign in to comment.