Build fix: Assign operation is ambigious

meow-7.2.2
Ansariel 2016-04-22 00:59:03 +02:00
parent e1dffbcab5
commit 4e9ec45f41
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ bool LLPresetsManager::savePreset(const std::string& subdirectory, std::string n
else if(PRESETS_CAMERA == subdirectory)
{
name_list = boost::assign::list_of
("Placeholder");
("Placeholder").to_container(name_list); // <FS:Ansariel> Assign operation is ambigious
}
else
{