From ac37982ee77ef9661f22f36ee1c86d2c00f15e33 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sat, 30 Jun 2012 23:24:09 +0000 Subject: [PATCH] fixed: in Generator: empty_stream() should be inited with its default cctor (an error when compiling with clang) git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@420 e52654a7-88a9-db11-a3e9-0013d4bc506e --- src/generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.h b/src/generator.h index af7aae1..e7d5c09 100755 --- a/src/generator.h +++ b/src/generator.h @@ -229,7 +229,7 @@ private: template -Generator::Generator() +Generator::Generator() : empty_stream() { output_stream = 0; pattern = 0;