small fix
[enigma2.git] / lib / driver / rc.h
index ebaffb04eaad7bf5b89823d71562bc388d6a0158..909ebaee706ff5c831612ea469c343be8a4fbd56 100644 (file)
@@ -126,12 +126,15 @@ public:
        }
        enum
        {
+                       /* there are not really flags.. */
+               flagMake=0,
                flagBreak=1,
                flagRepeat=2,
+               flagLong=3,
+                       /* but this is. */
                flagAscii=4,
-               flagLong=8
        };
-       
+
        bool operator<(const eRCKey &r) const
        {
                if (r.producer == producer)