From: Martin Vidner Date: Mon, 25 Sep 2006 13:33:55 +0000 (+0000) Subject: added no_stream to fix compilation X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~353 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f550dedfb1c3788f3492074d7d84448e687aa9a8;p=platform%2Fupstream%2Flibzypp.git added no_stream to fix compilation --- diff --git a/tools/zmart/zypp-checkpatches.cc b/tools/zmart/zypp-checkpatches.cc index 25a492c..3edb709 100644 --- a/tools/zmart/zypp-checkpatches.cc +++ b/tools/zmart/zypp-checkpatches.cc @@ -39,6 +39,8 @@ ZYpp::Ptr God; RuntimeData gData; Settings gSettings; +ostream no_stream(NULL); + //using namespace DbXml; void render_xml( const zypp::ResPool &pool )