File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ class TObject {
180180#pragma GCC diagnostic ignored "-Woverloaded-virtual"
181181#endif
182182 // / \deprecated Please override the `Long64_t` overload instead of the `Int_t` version.
183- [[deprecated]] virtual Int_t Write (const char *name, Int_t option, Int_t bufsize) final
183+ [[deprecated]] virtual Long64_t Write (const char *name, Int_t option, Int_t bufsize) final
184184 { return Write (name, option, (Long64_t)bufsize); }
185185 // / \deprecated Please override the `Long64_t` overload instead of the `Int_t` version.
186- [[deprecated]] virtual Int_t Write (const char *name, Int_t option, Int_t bufsize) const final
186+ [[deprecated]] virtual Long64_t Write (const char *name, Int_t option, Int_t bufsize) const final
187187 { return Write (name, option, (Long64_t)bufsize); }
188188#ifdef __clang__
189189#pragma clang diagnostic pop
You can’t perform that action at this time.
0 commit comments