Преглед изворни кода

Merge pull request #31 from jdduke/patch-1

Enable aiMaterial::AddProperty template specializations in ASSIMP_NO_EXPORT builds
Alexander Gessler пре 12 година
родитељ
комит
17e888e762
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      include/assimp/material.inl

+ 0 - 4
include/assimp/material.inl

@@ -176,8 +176,6 @@ inline aiReturn aiMaterial::Get<aiString>(const char* pKey,unsigned int type,
 }
 }
 
 
 
 
-#ifndef ASSIMP_BUILD_NO_EXPORT
-
 // ---------------------------------------------------------------------------
 // ---------------------------------------------------------------------------
 template<class TYPE>
 template<class TYPE>
 aiReturn aiMaterial::AddProperty (const TYPE* pInput,
 aiReturn aiMaterial::AddProperty (const TYPE* pInput,
@@ -269,8 +267,6 @@ inline aiReturn aiMaterial::AddProperty<int> (const int* pInput,
 		pKey,type,index,aiPTI_Integer);
 		pKey,type,index,aiPTI_Integer);
 }
 }
 
 
-#endif
-
 //! @endcond
 //! @endcond
 
 
 #endif //! AI_MATERIAL_INL_INC
 #endif //! AI_MATERIAL_INL_INC