Skip to content

Commit

Permalink
Merge branch 'master' into fix_handling_3424234
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Moris authored Jan 2, 2025
2 parents 8ff7e26 + 0f9e18d commit 44e685d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Shared/sdk/SString.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ struct SCharStringRef
template <class STRING_TYPE, class CHAR_TYPE>
class TSplitString : public std::vector<const CHAR_TYPE*>
{
using std::vector<const CHAR_TYPE*>::push_back;

public:
TSplitString() {}
TSplitString(const STRING_TYPE& strInput, const STRING_TYPE& strDelim, unsigned int uiMaxAmount = 0, unsigned int uiMinAmount = 0)
Expand Down

0 comments on commit 44e685d

Please sign in to comment.