From 88e01c47bf60a85fb0408cb6aa3bf2ad35fc2d0e Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Mon, 9 Jan 2006 11:23:36 +0000 Subject: [PATCH] type fixed --- zypp/capability/CapabilityImpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zypp/capability/CapabilityImpl.h b/zypp/capability/CapabilityImpl.h index 4c890b7..f0c18c9 100644 --- a/zypp/capability/CapabilityImpl.h +++ b/zypp/capability/CapabilityImpl.h @@ -67,9 +67,9 @@ namespace zypp /** More or less human readable representation as string. */ virtual std::string asString() const = 0; - /** */ + /** Usg. string representation without edition range. */ std::string index() const - { return value(): } + { return value(); } protected: // Match helpers /** Implementation dependent value. */ -- 2.7.4