- fixed PluginFrame::hasKey
authorArvin Schnell <aschnell@suse.de>
Wed, 9 Oct 2013 15:38:11 +0000 (17:38 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 9 Oct 2013 15:38:11 +0000 (17:38 +0200)
zypp/PluginFrame.h

index 183aa71..92fddf7 100644 (file)
@@ -150,7 +150,7 @@ namespace zypp
 
       /** Whether the header list contains at least one entry for \c key_r. */
       bool hasKey( const std::string & key_r ) const
-      { return keyEmpty( key_r ); }
+      { return keyEmpty( key_r ); }
 
       /** \overload */
       bool keyEmpty( const std::string & key_r ) const