Skip to content
Snippets Groups Projects
Commit 4d8faa8a authored by Philippe Canal's avatar Philippe Canal
Browse files

Remove (protected) enum name to fix TTabComTests on Windows

parent 0ec32d97
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ public: ...@@ -90,7 +90,7 @@ public:
}; };
protected: protected:
enum DeprectatedWriteOpions { enum { // DeprectatedWriteOptions
///< Used to request that the class specific implementation of `TObject::Write` ///< 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 ///< 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 ///< them into the TBuffer. This is just for example by TBufferMerger to request
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment