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

use initializer list here too

Change-Id: I30e4374dc44a58cb1b7315e3d7bfbed99c77030a
üst c6ad44c1
......@@ -40,10 +40,10 @@
using namespace std;
Guess::Guess()
: language_str(DEFAULT_LANGUAGE)
, country_str(DEFAULT_COUNTRY)
, encoding_str(DEFAULT_ENCODING)
{
language_str = DEFAULT_LANGUAGE;
country_str = DEFAULT_COUNTRY;
encoding_str = DEFAULT_ENCODING;
}
/*
......
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