mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-04 05:35:28 +01:00
like using better
This commit is contained in:
parent
7dcc2d45e3
commit
211350604b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ public:
|
|||
// wonder why this isn't a thing already, maybe I missed it
|
||||
class DirectStringBuffer {
|
||||
public:
|
||||
typedef typename char Ch;
|
||||
using Ch = char;
|
||||
char* buffer_;
|
||||
char* end_;
|
||||
char* current_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue