From Sebastien Grignard, add writing out/reading in of drawable components of
a ShapeDrawable. From Robert, add versioning of the above change to allow old files to still work.
This commit is contained in:
@@ -74,7 +74,7 @@ DataOutputStream::DataOutputStream(std::ostream * ostream)
|
||||
if(!_ostream)
|
||||
throw Exception("DataOutputStream::DataOutputStream(): null pointer exception in argument.");
|
||||
writeUInt(ENDIAN_TYPE) ;
|
||||
writeUInt(VERSION);
|
||||
writeUInt(getVersion());
|
||||
}
|
||||
|
||||
DataOutputStream::~DataOutputStream(){}
|
||||
|
||||
Reference in New Issue
Block a user