From 4d8faa8a303e4d10d67fa003f7a980342badd4ee Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Wed, 3 Mar 2021 17:59:02 -0600 Subject: [PATCH] Remove (protected) enum name to fix TTabComTests on Windows --- core/base/inc/TObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/inc/TObject.h b/core/base/inc/TObject.h index 0637421f9cd..fffa8a7714e 100644 --- a/core/base/inc/TObject.h +++ b/core/base/inc/TObject.h @@ -90,7 +90,7 @@ public: }; protected: - enum DeprectatedWriteOpions { + enum { // DeprectatedWriteOptions ///< Used to request that the class specific implementation of `TObject::Write` ///< just prepare the objects to be ready to be written but do not actually write ///< them into the TBuffer. This is just for example by TBufferMerger to request -- GitLab