Fixes for x64-build with GCC

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@52 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2008-06-01 14:03:45 +00:00
parent 66e69ef6b2
commit 31861d5828
2 changed files with 2 additions and 2 deletions

View File

@ -430,7 +430,7 @@ private:
//! \param szName Name of the enclosing element -> used in error
//! messages.
//! \return false if an error occured
bool Parser::ParseString(std::string& out,const char* szName);
bool ParseString(std::string& out,const char* szName);
public:

View File

@ -125,7 +125,7 @@ public:
/** Returns true if a texture requires UV transformations
* \param rcIn Input texture
*/
inline static bool TextureTransform::HasUVTransform(
inline static bool HasUVTransform(
const Dot3DS::Texture& rcIn)
{
return (rcIn.mOffsetU || rcIn.mOffsetV ||