mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 05:15:59 +02:00
Small fixes
This commit is contained in:
parent
243ffaf851
commit
49a19647d3
9 changed files with 126 additions and 235 deletions
|
@ -1071,7 +1071,7 @@ namespace Beefy.utils
|
|||
//mCurrent.mValues;
|
||||
}
|
||||
|
||||
void StringEncode(String outString, StringView theString)
|
||||
static void StringEncode(String outString, StringView theString)
|
||||
{
|
||||
outString.Append('"');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue