Initialize theDelimiter (supress warning), found by test23.

This commit is contained in:
Daniel Aarno 2012-05-17 22:12:35 +02:00
parent b60f3c14d1
commit 6e236d28db

View File

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