Skip to content

Commit

Permalink
Remove (protected) enum name to fix TTabComTests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed Mar 4, 2021
1 parent 06066cc commit 3cb3617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/inc/TObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class TObject {
};

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
Expand Down

0 comments on commit 3cb3617

Please sign in to comment.