surfaceFilmModels::transferModelList: Resolve problem with the Intel C++ compiler
This commit is contained in:
parent
d09b89d0b2
commit
b11b28db06
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ transferModelList::transferModelList
|
|||
{
|
||||
const wordList activeModels
|
||||
(
|
||||
dict.lookupOrDefault("transferModels", wordList::null())
|
||||
dict.lookupOrDefault("transferModels", wordList())
|
||||
);
|
||||
|
||||
wordHashSet models;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue