From 3eb9d9a3da3a8abcb7573f200c90d9bafe60a0e9 Mon Sep 17 00:00:00 2001 From: Stanislav Visnovsky Date: Tue, 31 Jan 2006 12:59:01 +0000 Subject: [PATCH] use TranslatedText --- zypp/source/yum/YUMProductImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/source/yum/YUMProductImpl.h b/zypp/source/yum/YUMProductImpl.h index 74fc893..773248c 100644 --- a/zypp/source/yum/YUMProductImpl.h +++ b/zypp/source/yum/YUMProductImpl.h @@ -55,7 +55,7 @@ namespace zypp std::string _category; Label _vendor; Label _displayname; - Text _description; + TranslatedText _description; private: -- 2.7.4