Fixed compiler warning

This commit is contained in:
emb 2015-07-29 08:09:06 -05:00
parent bb3c88e411
commit bc87b5c0ba

View File

@ -28,9 +28,9 @@ CollectionInfo::CollectionInfo(std::string name,
: name(name)
, listpath(listPath)
, metadataType(metadataType)
, menusort(true)
, metadataPath_(metadataPath)
, extensions_(extensions)
, menusort(true)
{
}