Skip to content
Snippets Groups Projects
Commit b3d76c34 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Fix uninitialized variable (coverity)

git-svn-id: http://root.cern.ch/svn/root/trunk@38438 27541ba8-7e3a-0410-8455-c3a389f83636
parent 596f33ef
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,9 @@ TQApplication::TQApplication() ...@@ -33,7 +33,9 @@ TQApplication::TQApplication()
{ {
// Used by Dictionary() // Used by Dictionary()
fCustomized=kFALSE;
} }
//______________________________________________________________________________ //______________________________________________________________________________
TQApplication::TQApplication(const char *appClassName, TQApplication::TQApplication(const char *appClassName,
Int_t *argc, char **argv, void *options, Int_t numOptions) Int_t *argc, char **argv, void *options, Int_t numOptions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment