Defined the DEPRECATED macro

This commit is contained in:
Benoît Blanchon
2014-07-16 13:53:56 +02:00
parent 6a868e46bd
commit 7487b8cbb7
7 changed files with 23 additions and 22 deletions

View File

@ -43,7 +43,7 @@ JsonValue JsonHashTable::operator [](const char* desiredKey)
return JsonValue();
}
JsonArray JsonHashTable::getArray(const char* key) DEPRECATED
DEPRECATED JsonArray JsonHashTable::getArray(const char* key)
{
return (JsonArray) (*this)[key];
}