Skip to content
Snippets Groups Projects
Commit c8b0241b authored by Rene Brun's avatar Rene Brun
Browse files

Fix uninitialized member in constructor. coverity CID 11886

git-svn-id: http://root.cern.ch/svn/root/trunk@35874 27541ba8-7e3a-0410-8455-c3a389f83636
parent d2e8556b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ protected:
public:
TQtApplication() {};
TQtApplication() {fGUIThread=0;};
TQtApplication(const char *appClassName, int &argc, char **argv);
virtual ~TQtApplication();
static bool Terminate();
......
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