Changed inline to FINLINE

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@578 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-16 16:25:17 +00:00
parent b9268e985e
commit 9ec37fcd03
3 changed files with 32 additions and 32 deletions

View File

@@ -86,7 +86,7 @@ public:
}
}
inline const char * getName( void)
FINLINE const char * getName( void)
{
return( "Basic Test");
}