Skip to content
Permalink
Browse files
fix grammar warning
  • Loading branch information
jef-n committed May 26, 2011
1 parent 5a6d3ce commit 1419878
Showing 1 changed file with 1 addition and 1 deletion.
@@ -112,7 +112,7 @@ void addToTmpNodes(QgsSearchTreeNode* node);
%left IN

%left '+' '-'
%left '*' '/'
%left '*' '/' '%'
%left '^'
%left UMINUS // fictitious symbol (for unary minus)

0 comments on commit 1419878

Please sign in to comment.