resolving namespace std conflicts

This commit is contained in:
Raildex 2020-06-18 15:54:08 +02:00
parent a4e4bd702d
commit 2b4d1ca2e8
25 changed files with 233 additions and 234 deletions

View file

@ -1,6 +1,6 @@
#include "framework.h"
#include "LanguageScript.h"
using std::string;
LanguageScript::LanguageScript(char* name)
{
Name = string(name);