Skip to content

Commit

Permalink
Changed minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-jacob committed May 27, 2015
1 parent c6318c9 commit 5b693a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COLLADAMaya/src/COLLADAMayaReferenceManager.cpp
Expand Up @@ -21,7 +21,7 @@
#include "maya/MFileIO.h"
#include "maya/MFnDagNode.h"
#include "maya/MFnTransform.h"
#if MAYA_API_VERSION >= 201500
#if MAYA_API_VERSION >= 201300
#include "maya/MFnReference.h"
#endif

Expand Down Expand Up @@ -361,7 +361,7 @@ namespace COLLADAMaya

MStatus ReferenceManager::getTopLevelReferenceNode(const MDagPath & dagPath, MObject & outReferenceNode)
{
#if MAYA_API_VERSION >= 201500
#if MAYA_API_VERSION >= 201300
MStatus status;

MFnDagNode fnDagNode(dagPath, &status);
Expand Down

0 comments on commit 5b693a6

Please sign in to comment.