Kaydet (Commit) c6ad44c1 authored tarafından David Tardon's avatar David Tardon

initialize members

Change-Id: I907fdbb4ca12a25fbfa99c6fa345c3c07aea0833
üst e133edad
......@@ -52,9 +52,10 @@ Guess::Guess()
*
*/
Guess::Guess(const char * guess_str)
: language_str(DEFAULT_LANGUAGE)
, country_str(DEFAULT_COUNTRY)
, encoding_str(DEFAULT_ENCODING)
{
Guess();
string lang;
string country;
string enc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment