Index: applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UtilsSimpleMatchFactory.java
===================================================================
--- applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UtilsSimpleMatchFactory.java	(revision 33522)
+++ applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/search/UtilsSimpleMatchFactory.java	(revision 33543)
@@ -5,8 +5,8 @@
 import java.util.Collection;
 
-import org.openstreetmap.josm.data.osm.search.SearchParseError;
 import org.openstreetmap.josm.data.osm.search.PushbackTokenizer;
 import org.openstreetmap.josm.data.osm.search.SearchCompiler;
 import org.openstreetmap.josm.data.osm.search.SearchCompiler.SimpleMatchFactory;
+import org.openstreetmap.josm.data.osm.search.SearchParseError;
 
 public class UtilsSimpleMatchFactory implements SimpleMatchFactory {
@@ -20,5 +20,6 @@
 
     @Override
-    public SearchCompiler.Match get(String keyword, PushbackTokenizer tokenizer) throws SearchParseError {
+    public SearchCompiler.Match get(String keyword, boolean caseSensitive, boolean regexSearch, PushbackTokenizer tokenizer)
+            throws SearchParseError {
         if ("usedinways".equals(keyword)) {
             return new UsedInWaysMatch(tokenizer);
