# fix compile error introduced by previous changes, we are not yet ready for this.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1128 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/5/head
aramis_acg 2012-02-01 03:39:05 +00:00
parent 2e4b1a08ff
commit 418c1bfbe0
1 changed files with 2 additions and 2 deletions

View File

@ -281,8 +281,8 @@ namespace STEP {
};
typedef PrimitiveDataType<int64_t> INTEGER;
typedef PrimitiveDataType<double> REAL;
typedef PrimitiveDataType<double> NUMBER;
typedef PrimitiveDataType<float> REAL;
typedef PrimitiveDataType<float> NUMBER;
typedef PrimitiveDataType<std::string> STRING;