]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliDIPOv1.h
Code causing warning messages corrected.
[u/mrichter/AliRoot.git] / STRUCT / AliDIPOv1.h
index 273087b655ff3feb39c21a344d201f58459ee7d5..d3f5c12e342107ede360ddf94de0d305bcf48d6d 100644 (file)
@@ -1,5 +1,10 @@
-#ifndef DIPOv1_H
-#define DIPOv1_H
+#ifndef ALIDIPOV1_H
+#define ALIDIPOV1_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 /////////////////////////////////////////////////
 //  Manager class for detector: DIPO version 1 //
 /////////////////////////////////////////////////
@@ -15,7 +20,7 @@ public:
   virtual void  CreateGeometry();
   virtual void  CreateMaterials();
   virtual Int_t IsVersion() const {return 1;}
-  virtual void  DrawModule();
+  virtual void  DrawModule() const;
   
   ClassDef(AliDIPOv1,1)  //Class for the Magnetic Dipole version 1
 };