summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/options.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/idlc/inc/options.hxx b/idlc/inc/options.hxx
index 4c30bcc40db8..6cd9080bce92 100644
--- a/idlc/inc/options.hxx
+++ b/idlc/inc/options.hxx
@@ -22,9 +22,7 @@
#include <idlctypes.hxx>
-typedef std::unordered_map< OString,
- OString,
- OStringHash > OptionMap;
+typedef std::unordered_map< OString, OString > OptionMap;
class IllegalArgument
{