1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-30 05:15:59 +02:00

Small fixes

This commit is contained in:
Brian Fiete 2019-09-18 13:02:01 -07:00
parent 243ffaf851
commit 49a19647d3
9 changed files with 126 additions and 235 deletions

View file

@ -1071,7 +1071,7 @@ namespace Beefy.utils
//mCurrent.mValues;
}
void StringEncode(String outString, StringView theString)
static void StringEncode(String outString, StringView theString)
{
outString.Append('"');