]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- add header guards to AliFigure
authorjklein <jochen.klein@cern.ch>
Tue, 4 Mar 2014 10:38:32 +0000 (11:38 +0100)
committerjklein <jochen.klein@cern.ch>
Tue, 4 Mar 2014 12:35:09 +0000 (13:35 +0100)
PWG/Tools/AliFigure.h

index f66f90a25f9f10d77b8aedae65ecc0c96b0be393..e85d8c88b77f42275e2640d0975dac1b92498702 100644 (file)
@@ -5,6 +5,9 @@
 //
 // Author: Jochen Klein <jochen.klein@cern.ch>
 
+#ifndef ALIFIGURE_H
+#define ALIFIGURE_H
+
 #include "TCanvas.h"
 #include "TColor.h"
 
@@ -95,3 +98,5 @@ class AliFigure : public TCanvas
 
   ClassDef(AliFigure, 1);
 };
+
+#endif