typo
authorMichael Andres <ma@suse.de>
Thu, 17 Jul 2008 11:36:58 +0000 (11:36 +0000)
committerMichael Andres <ma@suse.de>
Thu, 17 Jul 2008 11:36:58 +0000 (11:36 +0000)
zypp/ui/SelectableImpl.h

index 346c8ca..889e889 100644 (file)
@@ -165,22 +165,22 @@ namespace zypp
       bool isUnmaintained() const
       { return availableEmpty(); }
 
-      bool isUndetermined() const;
+      bool isUndetermined() const
       {
         PoolItem cand( candidateObj() );
         return ! cand || cand.isUndetermined();
       }
-      bool isRelevant() const;
+      bool isRelevant() const
       {
         PoolItem cand( candidateObj() );
         return cand && cand.isRelevant();
       }
-      bool isSatisfied() const;
+      bool isSatisfied() const
        {
         PoolItem cand( candidateObj() );
         return cand && cand.isSatisfied();
       }
-      bool isBroken() const;
+      bool isBroken() const
       {
         PoolItem cand( candidateObj() );
         return cand && cand.isBroken();