mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
void Disassembly_DelData( DisasmData_t tData);
|
||||
DisasmData_t* Disassembly_Enumerate( DisasmData_t *pCurrent = NULL );
|
||||
|
||||
extern vector<DisasmData_t> g_aDisassemblerData;
|
||||
extern std::vector<DisasmData_t> g_aDisassemblerData;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user