From ad5345dfb7f1db2b6932792ebda8148520abaf27 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Thu, 17 May 2012 22:12:35 +0200 Subject: [PATCH] Initialize theDelimiter (supress warning), found by test23. --- include/tclap/DocBookOutput.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tclap/DocBookOutput.h b/include/tclap/DocBookOutput.h index a42ca27..f4ac34d 100644 --- a/include/tclap/DocBookOutput.h +++ b/include/tclap/DocBookOutput.h @@ -68,6 +68,7 @@ class DocBookOutput : public CmdLineOutput virtual void failure(CmdLineInterface& c, ArgException& e ); + DocBookOutput() : theDelimiter('=') {} protected: /**