mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 18:28:52 +01:00
Fixed compiler warning
This commit is contained in:
parent
bb3c88e411
commit
bc87b5c0ba
@ -28,9 +28,9 @@ CollectionInfo::CollectionInfo(std::string name,
|
|||||||
: name(name)
|
: name(name)
|
||||||
, listpath(listPath)
|
, listpath(listPath)
|
||||||
, metadataType(metadataType)
|
, metadataType(metadataType)
|
||||||
|
, menusort(true)
|
||||||
, metadataPath_(metadataPath)
|
, metadataPath_(metadataPath)
|
||||||
, extensions_(extensions)
|
, extensions_(extensions)
|
||||||
, menusort(true)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user