mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under GCC 4.0.1
This commit is contained in:
parent
572d9acf34
commit
dadbe664c5
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@ void displayValueLine( const std::string& propName, const char *valueFormat, con
|
||||||
|
|
||||||
// This specialisation is necessary to compile it with gcc because of toString( valueFormat, value() )
|
// This specialisation is necessary to compile it with gcc because of toString( valueFormat, value() )
|
||||||
template <>
|
template <>
|
||||||
inline void displayValueLine<struct CEntityId>( const std::string& propName, const char * /* valueFormat */, const char *typeString, CEntityId*, const CMirroredDataSet *dataset, const TDataSetRow& entityIndex, TPropertyIndex propIndex, const char *flagsString, NLMISC::CLog& log, bool /* typeIsBool */, bool typeIsEntityId )
|
void displayValueLine<NLMISC::CEntityId>( const std::string& propName, const char * /* valueFormat */, const char *typeString, CEntityId*, const CMirroredDataSet *dataset, const TDataSetRow& entityIndex, TPropertyIndex propIndex, const char *flagsString, NLMISC::CLog& log, bool /* typeIsBool */, bool typeIsEntityId )
|
||||||
{
|
{
|
||||||
CMirrorPropValue<CEntityId> value( const_cast<CMirroredDataSet&>(*dataset), entityIndex, propIndex );
|
CMirrorPropValue<CEntityId> value( const_cast<CMirroredDataSet&>(*dataset), entityIndex, propIndex );
|
||||||
TValueToStringFunc valueToString;
|
TValueToStringFunc valueToString;
|
||||||
|
|
Loading…
Reference in a new issue