]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added const to Construct()
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Aug 2001 07:54:36 +0000 (07:54 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Aug 2001 07:54:36 +0000 (07:54 +0000)
TGeant4/TG4ElementTable.cxx
TGeant4/TG4ElementTable.h

index 0182c3ef61dc118c7e92a8e166095a8d50cf9f44..7e7a35b5667d55f9c7d78bdfe7e5e8a3e7778a15 100644 (file)
@@ -66,7 +66,7 @@ TG4ElementTable* TG4ElementTable::Instance()
 // private methods
 
 //_____________________________________________________________________________
-void TG4ElementTable::Construct() 
+void TG4ElementTable::Construct() const 
 { 
 // construct element table
 // ---
index 87ba9156298a7735ea3330b2d99567722b1904a5..4f9b0b0227c04f9ec5b5ccb21ce66d9806d84471 100644 (file)
@@ -31,7 +31,7 @@ class TG4ElementTable
     TG4ElementTable& operator=(const TG4ElementTable& right);
           
   private:
-    void Construct();
+    void Construct() const;
 
     // data members
     static TG4ElementTable*  fgInstance; //this instance