Show default attibute value in command line example - fix

This commit is contained in:
Tommaso Pecorella
2014-08-18 23:45:04 +02:00
parent 97f06df836
commit fb985d0860

View File

@@ -98,7 +98,7 @@ int main (int argc, char *argv[])
std::cout << std::setw (10) << "anti:"
<< "\""
<< info.initialValue->SerializeToString (info.checker)
<< info.originalInitialValue->SerializeToString (info.checker)
<< "\""
<< std::endl;
}