fix warnings
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 7 Jun 2006 09:14:45 +0000 (09:14 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 7 Jun 2006 09:14:45 +0000 (09:14 +0000)
lib/gdi/lcd.h
lib/gui/elabel.h

index 11749c6..6ee4dbe 100644 (file)
@@ -52,8 +52,8 @@ public:
        ~eDBoxLCD();
 #endif
        static eDBoxLCD *getInstance();
-       int eDBoxLCD::setLCDContrast(int contrast);
-       int eDBoxLCD::setLCDBrightness(int brightness);
+       int setLCDContrast(int contrast);
+       int setLCDBrightness(int brightness);
        void setInverted( unsigned char );
        void update();
 };
index 471a4ee..84b2c5e 100644 (file)
@@ -10,7 +10,7 @@ public:
        void setText(const std::string &string);
        void setMarkedPos(int markedPos);
        void setFont(gFont *font);
-       gFont* eLabel::getFont();
+       gFont* getFont();
 
        enum
        {