diff options
Diffstat (limited to 'src/variable.h')
| -rw-r--r-- | src/variable.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/variable.h b/src/variable.h index 67f35c8..c728718 100644 --- a/src/variable.h +++ b/src/variable.h | |||
| @@ -76,7 +76,9 @@ namespace Bu | |||
| 76 | { | 76 | { |
| 77 | template<> uint32_t __calcHashCode<Variable>( const Variable &k ); | 77 | template<> uint32_t __calcHashCode<Variable>( const Variable &k ); |
| 78 | template<> bool __cmpHashKeys<Variable>( const Variable &a, const Variable &b ); | 78 | template<> bool __cmpHashKeys<Variable>( const Variable &a, const Variable &b ); |
| 79 | } | 79 | }; |
| 80 | 80 | ||
| 81 | typedef Bu::List<Variable> VariableList; | ||
| 82 | typedef Bu::Hash<Bu::String, Variable> VariableHash; | ||
| 81 | 83 | ||
| 82 | #endif | 84 | #endif |
