Silence ALL the compile warnings!

This commit is contained in:
Thulinma 2014-06-07 23:46:47 +02:00
parent 51bb561b7b
commit 19e73019fe
7 changed files with 32 additions and 29 deletions

View file

@ -61,8 +61,8 @@ namespace AMF {
const char * Str();
int hasContent();
void addContent(AMF::Object c);
Object* getContentP(int i);
Object getContent(int i);
Object* getContentP(unsigned int i);
Object getContent(unsigned int i);
Object* getContentP(std::string s);
Object getContent(std::string s);
Object();