mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-26 08:38:53 +01:00
Fix gcc compile error due to ScrollingList improperly calling constructor.
This commit is contained in:
parent
0399c125d7
commit
750d0c6c7e
@ -68,7 +68,6 @@ ScrollingList::ScrollingList(Configuration &c,
|
||||
, ImageType(imageType)
|
||||
, Focus(false)
|
||||
{
|
||||
Component::Component();
|
||||
}
|
||||
|
||||
ScrollingList::ScrollingList(const ScrollingList ©)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user