aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok-kde4/files/extra-amarok_src_expression.h
blob: 47b874c4131503b455678b63ddf3d1c6bf11834b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

$FreeBSD$

--- amarok/src/expression.h.orig
+++ amarok/src/expression.h
@@ -27,8 +27,8 @@
 {
     QString field;
     QString text;
-    bool negate: 1;
-    enum { Contains, Less, More } match: 2;
+    bool negate;
+    enum { Contains, Less, More } match;
     expression_element(): negate( false ), match( Contains ) { }
 };
 typedef QValueVector<expression_element> or_list;