This commit is contained in:
Beeks
2010-08-22 15:14:30 -04:00
parent 88cf144936
commit 5ce4286fd7
164 changed files with 31303 additions and 22286 deletions

View File

@@ -178,10 +178,10 @@ public:
S32 getJointNum() const { return mJointNum; }
void setJointNum(S32 joint_num) { mJointNum = joint_num; }
// <edit>
std::string exportString(U32 tabs = 0);
// </edit>
// <edit>
std::string exportString(U32 tabs = 0);
// </edit>
};
#endif // LL_LLJOINT_H