fix to compile
authorMichael Andres <ma@suse.de>
Fri, 8 Feb 2008 17:42:11 +0000 (17:42 +0000)
committerMichael Andres <ma@suse.de>
Fri, 8 Feb 2008 17:42:11 +0000 (17:42 +0000)
zypp/PoolQuery.cc

index 64a8256..2ad43f4 100644 (file)
@@ -51,9 +51,9 @@ namespace zypp
 
     static int repo_search_cb(void *cbdata, ::Solvable *s, ::Repodata *data, ::Repokey *key, ::KeyValue *kv)
     {
-      //#define SEARCH_NEXT_KEY         1
-      //#define SEARCH_NEXT_SOLVABLE    2
-      //#define SEACH_STOP              3
+      //int  SEARCH_NEXT_KEY      =  1;
+      //int  SEARCH_NEXT_SOLVABLE =  2;
+      int  SEARCH_STOP = 3;
 
       PoolQuery *me = (PoolQuery*) cbdata;