diff options
Diffstat (limited to 'games/enigma/files/patch-lib-src-enigma-core-ecl__dict.hh')
-rw-r--r-- | games/enigma/files/patch-lib-src-enigma-core-ecl__dict.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/enigma/files/patch-lib-src-enigma-core-ecl__dict.hh b/games/enigma/files/patch-lib-src-enigma-core-ecl__dict.hh new file mode 100644 index 000000000000..1cb2c6268fce --- /dev/null +++ b/games/enigma/files/patch-lib-src-enigma-core-ecl__dict.hh @@ -0,0 +1,10 @@ +--- lib-src/enigma-core/ecl_dict.hh.orig 2007-09-08 16:20:05.000000000 +0400 ++++ lib-src/enigma-core/ecl_dict.hh 2013-07-10 23:08:37.858113264 +0400 +@@ -27,6 +27,7 @@ + extern unsigned hash(const std::string &key); + + class XInvalidKey : XGeneric { ++ public: + XInvalidKey () : XGeneric("invalid dictionary key") + {} + }; |