1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-28 19:20:38 +00:00

Fix: Ambigous 'data' in global scope

Fixes #184
Probably breaks another thing.
Ambigous 'data' in global scope
https://root-forum.cern.ch/t/ambiguous-data-in-global-scope/41490
This commit is contained in:
chlorophyll-zz 2021-09-02 13:52:36 +02:00 committed by GitHub
parent 97b5a34b32
commit 6c403db7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,6 @@
#endif
#endif
using namespace std;
//QB64 string descriptor structure
struct qbs_field{