From 028717962deec0c2ff0e382221cbc2242393b79e Mon Sep 17 00:00:00 2001 From: wimpie Date: Fri, 09 Apr 2004 18:04:30 +0000 Subject: Removed warnings about initialization sequence in constructores and unused variables and arguments --- (limited to 'inputmethods/dasher/AlphabetMap.h') diff --git a/inputmethods/dasher/AlphabetMap.h b/inputmethods/dasher/AlphabetMap.h index 3aac1f5..62f20d9 100644 --- a/inputmethods/dasher/AlphabetMap.h +++ b/inputmethods/dasher/AlphabetMap.h @@ -68,7 +68,7 @@ private: { public: Entry(std::string Key, symbol Symbol, Entry* Next) - : Key(Key), Symbol(Symbol), Next(Next), KeyIsPrefix(false) {} + : Key(Key), KeyIsPrefix(false), Symbol(Symbol), Next(Next) {} std::string Key; bool KeyIsPrefix; -- cgit v0.9.0.2