Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/base/inc/TStringLong.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include "TString.h"

class TStringLong : public TString {
class R__DEPRECATED(7, 00, "Use TString instead") TStringLong : public TString {

public:
TStringLong(); // Null string
Expand All @@ -49,6 +49,6 @@ class TStringLong : public TString {
Int_t Sizeof() const override;

ClassDefOverride(TStringLong,1) //Long string class (more than 255 chars)
} R__ALWAYS_SUGGEST_ALTERNATIVE("TString");
};

#endif
Loading