Huge refactoring in progress...

This commit is contained in:
Benoit Blanchon
2014-10-30 15:31:27 +01:00
parent 4c204840e9
commit 45a8ed6531
7 changed files with 12 additions and 5 deletions

View File

@@ -18,6 +18,9 @@ class JsonObjectNode {
JsonPair pair;
JsonObjectNode* next;
// warning C4512: assignment operator could not be generated
#pragma warning( suppress : 4512 )
};
}
}