Silence ALL the compile warnings!
This commit is contained in:
parent
51bb561b7b
commit
19e73019fe
7 changed files with 32 additions and 29 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue