fix warnings
[enigma2.git] / lib / gdi / lcd.h
index 11749c64a2ec99ce35770120c650e086c1f73aa5..6ee4dbe73465783ff25d5c19b3b45f9d2246f6b1 100644 (file)
@@ -52,8 +52,8 @@ public:
        ~eDBoxLCD();
 #endif
        static eDBoxLCD *getInstance();
        ~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();
 };
        void setInverted( unsigned char );
        void update();
 };