isCompatible with can now handle all frontend types
[enigma2.git] / lib / gui / elabel.h
index 185f7c24b033cd4a911af1f1351ffc861cebd0e2..f3d280ae247f4b615319a3c1b9d92e9c1ccdd7db 100644 (file)
@@ -9,7 +9,8 @@ public:
        eLabel(eWidget *parent);
        void setText(const std::string &string);
        void setFont(gFont *font);
-       
+       gFont* eLabel::getFont();
+
        enum
        {
                alignLeft,