Remove erroneous comment.

This commit is contained in:
Aleric Inglewood
2012-02-01 03:32:10 +01:00
parent 2044b88015
commit e1675f6bd1

View File

@@ -330,7 +330,7 @@ public:
virtual void setLastError(const std::string& message, const std::string& filename = std::string());
protected:
BOOL copyData(U8 *data, S32 size); // calls updateData()
BOOL copyData(U8 *data, S32 size);
protected:
S8 mCodec;