Epic refactoring int progress...

This commit is contained in:
Benoit Blanchon
2014-10-27 22:50:50 +01:00
parent 8988cb4761
commit 852256c1af
34 changed files with 334 additions and 256 deletions

View File

@ -30,7 +30,7 @@ class Issue10 : public testing::Test {
persons[1] = employee;
}
void checkJsonString(JsonContainer &p) {
void checkJsonString(JsonPrintable &p) {
char buffer[256];
p.printTo(buffer, sizeof(buffer));