mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +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() )
|
||||
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 );
|
||||
TValueToStringFunc valueToString;
|
||||
|
|
Loading…
Reference in a new issue