Initialize theDelimiter (supress warning), found by test23.

This commit is contained in:
Daniel Aarno 2012-05-17 22:12:35 +02:00 committed by Daniel Aarno
parent 0980af54f2
commit ad5345dfb7

View File

@ -68,6 +68,7 @@ class DocBookOutput : public CmdLineOutput
virtual void failure(CmdLineInterface& c, virtual void failure(CmdLineInterface& c,
ArgException& e ); ArgException& e );
DocBookOutput() : theDelimiter('=') {}
protected: protected:
/** /**