- pass by reference (sync with 11.0 branch)
authorJan Kupec <jkupec@suse.cz>
Sun, 29 Jun 2008 11:43:41 +0000 (11:43 +0000)
committerJan Kupec <jkupec@suse.cz>
Sun, 29 Jun 2008 11:43:41 +0000 (11:43 +0000)
zypp/ZYppCallbacks.h

index 78d530a..a1b0f1c 100644 (file)
@@ -405,7 +405,7 @@ namespace zypp
       /** Display \c patch->message().
        * Return \c true to continue, \c false to abort commit.
       */
-      virtual bool show( Patch::constPtr /*patch*/ )
+      virtual bool show( Patch::constPtr /*patch*/ )
       { return true; }
     };