From bb39d1f64fd2445dd7c3ada16781461498872321 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 23 Oct 2012 21:23:23 +0200 Subject: [PATCH] CComponentsInfoBox:start inherit of CComponentsText onto CComponentsInfoBox --- src/gui/components/cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc.h b/src/gui/components/cc.h index 5ec607958..4fd0c019e 100644 --- a/src/gui/components/cc.h +++ b/src/gui/components/cc.h @@ -243,7 +243,7 @@ class CComponentsText : public CComponentsItem }; #define INFO_BOX_Y_OFFSET 2 -class CComponentsInfoBox : public CComponentsItem +class CComponentsInfoBox : public CComponentsText { private: const char* text;