added no_stream to fix compilation
authorMartin Vidner <mvidner@suse.cz>
Mon, 25 Sep 2006 13:33:55 +0000 (13:33 +0000)
committerMartin Vidner <mvidner@suse.cz>
Mon, 25 Sep 2006 13:33:55 +0000 (13:33 +0000)
tools/zmart/zypp-checkpatches.cc

index 25a492c..3edb709 100644 (file)
@@ -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 )