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