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
This commit is contained in:
Tomasz Sowa 2012-06-30 23:24:09 +00:00
parent 68c1fb8ef8
commit ac37982ee7
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ private:
template<class StreamType>
Generator<StreamType>::Generator()
Generator<StreamType>::Generator() : empty_stream()
{
output_stream = 0;
pattern = 0;