From 91a01413543a764cb12209689feae7a14757fc23 Mon Sep 17 00:00:00 2001 From: deserevi <deserevi@nptool> Date: Wed, 22 Dec 2010 17:16:53 +0000 Subject: [PATCH] * Remove warning in NPTagManager --- NPLib/Tools/NPTagManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NPLib/Tools/NPTagManager.h b/NPLib/Tools/NPTagManager.h index 8e12aef99..278836932 100644 --- a/NPLib/Tools/NPTagManager.h +++ b/NPLib/Tools/NPTagManager.h @@ -54,12 +54,14 @@ class NPTagManager : public TObject // Print all the condition that exist in fTAG void PrintCondition(); inline void Print() {PrintCondition();}; + void Print(const Option_t*) const; // Print to File filename all the condition that exist in fTAG void PrintConditionToFile(string filename); // Clear all the fTAG inline void Clear() {fTAG.clear();} ; + void Clear(const Option_t*) {}; ClassDef(NPTagManager,1) }; -- GitLab