summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/options.hxx')
-rw-r--r--idlc/inc/idlc/options.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/idlc/inc/idlc/options.hxx b/idlc/inc/idlc/options.hxx
index 887f0536d6b9..08d839e736f1 100644
--- a/idlc/inc/idlc/options.hxx
+++ b/idlc/inc/idlc/options.hxx
@@ -24,8 +24,7 @@
typedef ::boost::unordered_map< OString,
OString,
- HashString,
- EqualString > OptionMap;
+ OStringHash > OptionMap;
class IllegalArgument
{