Link Here
|
1 |
|
2 |
$FreeBSD: ports/audio/amarok/files/extra-amarok_src_expression.h,v 1.1 2006/08/02 12:09:59 mich Exp $ |
3 |
|
4 |
--- amarok/src/expression.h.orig |
5 |
+++ amarok/src/expression.h |
6 |
@@ -27,8 +27,8 @@ |
7 |
{ |
8 |
QString field; |
9 |
QString text; |
10 |
- bool negate: 1; |
11 |
- enum { Contains, Less, More } match: 2; |
12 |
+ bool negate; |
13 |
+ enum { Contains, Less, More } match; |
14 |
expression_element(): negate( false ), match( Contains ) { } |
15 |
}; |
16 |
typedef QValueVector<expression_element> or_list; |