Have the XML parser warn about the error. Don't make every XML user have their own warning code.
This commit is contained in:
@@ -171,8 +171,8 @@ struct XNode
|
||||
char* LoadAttributes( const char* pszAttrs, PARSEINFO *pi );
|
||||
bool GetXML( RageFileBasic &f, DISP_OPT *opt ) const;
|
||||
|
||||
bool LoadFromFile( const CString &sFile, PARSEINFO *pi );
|
||||
bool LoadFromFile( RageFileBasic &f, PARSEINFO *pi );
|
||||
bool LoadFromFile( const CString &sFile );
|
||||
bool LoadFromFile( RageFileBasic &f );
|
||||
bool SaveToFile( const CString &sFile, DISP_OPT *opt ) const;
|
||||
bool SaveToFile( RageFileBasic &f, DISP_OPT *opt ) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user