]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/RenderElementEditor.cxx
Fix effc++ warnings.
[u/mrichter/AliRoot.git] / EVE / Reve / RenderElementEditor.cxx
index 5d6b0a1bbfa4239b2a999c82a9cf3fb31ca469d7..6ec7425c6db39b6db307c14a52969f5627a05d12 100644 (file)
@@ -20,11 +20,16 @@ using namespace Reve;
 
 ClassImp(RenderElementEditor)
 
-RenderElementEditor::RenderElementEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height,
-            UInt_t options, Pixel_t back) :
-  TGedFrame(p, id, width, height, options | kVerticalFrame, back)
+RenderElementEditor::RenderElementEditor(const TGWindow *p, Int_t id,
+                                         Int_t width, Int_t height,
+                                         UInt_t options, Pixel_t back) :
+  TGedFrame(p, id, width, height, options | kVerticalFrame, back),
+
+  fRE         (0),
+  fHFrame     (0),
+  fRnrElement (0),
+  fMainColor  (0)
 {
-  fRE = 0;
   MakeTitle("RenderElement");
 
   fHFrame = new TGHorizontalFrame(this);