github.com/assimp/assimp/issues/730: use correct define check

This commit is contained in:
Kim Kulling
2015-12-26 21:02:32 +01:00
parent 59c856fcf3
commit 9af4747fa8
2 changed files with 14 additions and 10 deletions

View File

@@ -42,12 +42,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace Assimp {
namespace OpenGEX {
#ifndef ASSIMP_BUILD_NO_OPENGEX_EXPORTER
OpenGEXExporter::OpenGEXExporter() {
}
OpenGEXExporter::~OpenGEXExporter() {
}
#endif // ASSIMP_BUILD_NO_OPENGEX_EXPORTER
} // Namespace openGEX
} // Namespace OpenGEX
} // Namespace Assimp