From 6c403db7f2d93945c5f3599d11ae53c9880cf334 Mon Sep 17 00:00:00 2001 From: chlorophyll-zz <43696399+chlorophyll-zz@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:52:36 +0200 Subject: [PATCH] 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 --- internal/c/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/c/common.h b/internal/c/common.h index 38fcf6f8d..aa46548f9 100644 --- a/internal/c/common.h +++ b/internal/c/common.h @@ -100,7 +100,6 @@ #endif #endif - using namespace std; //QB64 string descriptor structure struct qbs_field{