From 6f59e3216c00499aa81633162f65d51b42613e66 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Thu, 2 Mar 2006 18:10:30 +0000 Subject: [PATCH] fix build by providing a dummy 'asTranslatedString()' --- zypp/base/Exception.h | 1 + 1 file changed, 1 insertion(+) diff --git a/zypp/base/Exception.h b/zypp/base/Exception.h index e4c822c..1ea0998 100644 --- a/zypp/base/Exception.h +++ b/zypp/base/Exception.h @@ -150,6 +150,7 @@ namespace zypp /** Error message provided by \ref dumpOn as string. */ std::string asString() const; + std::string asTranslatedString() const { return asString(); } protected: /** Overload this to print a proper error message. */ -- 2.7.4