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

Fix uninitialized variable (coverity)

git-svn-id: http://root.cern.ch/svn/root/trunk@38439 27541ba8-7e3a-0410-8455-c3a389f83636
parent b3d76c34
Branches
Tags
No related merge requests found
......@@ -55,6 +55,7 @@ TQCanvasImp::TQCanvasImp(TCanvas* /*v*/) : TCanvasImp()
{
// TQCanvasImp ctor
fQCanvas = 0;
}
//______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment