------------------------------
| 18 | { |
| 19 | //------------------------------ |
| 20 | Formula::Formula( const UniqueId& uniqueId ) |
| 21 | : ObjectTemplate<COLLADA_TYPE::FORMULA> ( uniqueId ) |
| 22 | , mMathmlAsts( MathmlAstArray::OWNER ) |
| 23 | { |
| 24 | } |
| 25 | |
| 26 | //------------------------------ |
| 27 | Formula::Formula( const Formula& rhs, ASTNodeASTNodeMap& originalClonedASTNodeMap ) |
nothing calls this directly
no test coverage detected