X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fbase.h;fp=source%2Fio%2Fbase.h;h=1a1485efc67d752a6e893d6cdb6dd605f78b362f;hp=7bd5bd9e963a4be383f2407a50fdf8a6f1c07d3e;hb=122846f0881673770d88eff7d925ecf25c01b62e;hpb=b116e161e377da0e4e52f07745ecb2d22f962ae9 diff --git a/source/io/base.h b/source/io/base.h index 7bd5bd9..1a1485e 100644 --- a/source/io/base.h +++ b/source/io/base.h @@ -42,9 +42,9 @@ public: sigc::signal signal_deleted; protected: - Mode mode; - bool eof_flag; - Mutex *mutex; + Mode mode = M_READ; + bool eof_flag = false; + Mutex *mutex = 0; Base(); public: