Coverity issues:

129643
129654
129689
129714
This commit is contained in:
wmayer
2016-08-16 14:05:52 +02:00
parent 810ca7984c
commit cb9be09512
6 changed files with 49 additions and 30 deletions

View File

@@ -41,6 +41,10 @@ using namespace Base;
* A more elaborate description of the constructor.
*/
ClassTemplate::ClassTemplate()
: enumPtr(0)
, enumVar(TVal1)
, publicVar(0)
, handler(0)
{
}