1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Fixed multi-sourced symbol server conflict

This commit is contained in:
Brian Fiete 2020-10-06 07:07:45 -07:00
parent 3b9558a508
commit 8376355098
3 changed files with 4 additions and 7 deletions

View file

@ -29,7 +29,7 @@ public:
String mURL;
String mOutPath;
String mOutTempPath;
FileStream mOutFile;
SysFileStream mOutFile;
#ifdef BF_CURL
CURL* mCURL;
CURLM* mCURLMulti;