CComponentsInfoBox:start inherit of CComponentsText onto CComponentsInfoBox

This commit is contained in:
2012-10-23 21:23:23 +02:00
parent e80a254daa
commit bb39d1f64f

View File

@@ -243,7 +243,7 @@ class CComponentsText : public CComponentsItem
}; };
#define INFO_BOX_Y_OFFSET 2 #define INFO_BOX_Y_OFFSET 2
class CComponentsInfoBox : public CComponentsItem class CComponentsInfoBox : public CComponentsText
{ {
private: private:
const char* text; const char* text;