Skip to content

Commit

Permalink
fix project settings in expat
Browse files Browse the repository at this point in the history
increase plugin version
minor bug fix
  • Loading branch information
opencollada-sebastian committed Jan 14, 2011
1 parent cf95890 commit c082d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/COLLADASaxFWLIErrorHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace COLLADASaxFWL
virtual ~IErrorHandler();

/** If this method returns true, the loader stops parsing immediately. If severity is nor CRITICAL
and this method returns true, the loader continues loading.*/
and this method returns false, the loader continues loading.*/
bool virtual handleError(const IError* error) = 0;

private:
Expand Down

0 comments on commit c082d90

Please sign in to comment.