Rename all member variables to follow the style guidelines (prefixed with the 'm') - ColladaExtensions

This commit is contained in:
bank 2014-05-13 11:32:08 +04:00
parent 733347fd61
commit 9aeb4389f3
6 changed files with 101 additions and 101 deletions

View file

@ -66,7 +66,7 @@ ColladaAppNode::ColladaAppNode(const domNode* node, ColladaAppNode* parent)
// Extract user properties from the <node> extension as whitespace separated
// "name=value" pairs
char* properties = dStrdup(nodeExt->user_properties);
char* properties = dStrdup(nodeExt->mUserProperties);
char* pos = properties;
char* end = properties + dStrlen( properties );
while ( pos < end )