Skip to content

Commit fa5a499

Browse files
vepadulanopcanal
authored andcommitted
Revert "[rbrowser] Make fCleanupHandle a pointer to TObject"
This reverts commit 980c757.
1 parent 4a0b7e3 commit fa5a499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/browserv7/inc/ROOT/RBrowserData.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class RBrowserData {
4848
std::vector<const Browsable::RItem *> fLastSortedItems; ///<! sorted child items, used in requests
4949
std::string fLastSortMethod; ///<! last sort method
5050
bool fLastSortReverse{false}; ///<! last request reverse order
51-
std::unique_ptr<TObject> fCleanupHandle; ///<! cleanup handle for RecursiveRemove
51+
std::unique_ptr<RBrowserDataCleanup> fCleanupHandle; ///<! cleanup handle for RecursiveRemove
5252

5353
void ResetLastRequestData(bool with_element);
5454

0 commit comments

Comments
 (0)