From 750d0c6c7e47843676d7b11ceaabd8e1cd170ef4 Mon Sep 17 00:00:00 2001 From: emb <> Date: Thu, 19 Feb 2015 20:43:28 -0600 Subject: [PATCH] Fix gcc compile error due to ScrollingList improperly calling constructor. --- RetroFE/Source/Graphics/Component/ScrollingList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/RetroFE/Source/Graphics/Component/ScrollingList.cpp b/RetroFE/Source/Graphics/Component/ScrollingList.cpp index dc7f019..e40a475 100644 --- a/RetroFE/Source/Graphics/Component/ScrollingList.cpp +++ b/RetroFE/Source/Graphics/Component/ScrollingList.cpp @@ -68,7 +68,6 @@ ScrollingList::ScrollingList(Configuration &c, , ImageType(imageType) , Focus(false) { - Component::Component(); } ScrollingList::ScrollingList(const ScrollingList ©)