]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/pendolino/AliHLTPendolino.cxx
bugfix: correcting order of global static variables
[u/mrichter/AliRoot.git] / HLT / pendolino / AliHLTPendolino.cxx
index 53c29afce2cfeaef3fe0112a6f146607878c2938..0300777c33a43960b511fb92311549c18cb05faf 100644 (file)
 
 using namespace std;
 
-// this global object is not for use, it just makes sure that
-// AliHLTPendolino can be instantiated. In case of missing virtual
-// functions a compilation error will indicate potential problems in
-// the pendolino macros
-AliHLTPendolino gAliHLTPendolino(0,"");
-
 ClassImp(AliHLTPendolino)
 
 
@@ -807,3 +801,8 @@ void AliHLTPendolino::Log(const char* name , const char* message, UInt_t level)
   log.LoggingVarargs(severity, "AliHLTPendolino", name , __FILE__ , __LINE__ , message);
 }
 
+// this global object is not for use, it just makes sure that
+// AliHLTPendolino can be instantiated. In case of missing virtual
+// functions a compilation error will indicate potential problems in
+// the pendolino macros
+AliHLTPendolino gAliHLTPendolino(0,"");