mirror of https://github.com/x64dbg/GleeBug
small syntax fix
This commit is contained in:
parent
24fef19f57
commit
bf9cade407
|
|
@ -32,6 +32,6 @@ namespace GleeBug
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::map<DWORD, ProcessInfo> ProcessMap;
|
typedef std::map<DWORD, ProcessInfo> ProcessMap;
|
||||||
}
|
};
|
||||||
|
|
||||||
#endif //_DEBUGGER_PROCESS_H
|
#endif //_DEBUGGER_PROCESS_H
|
||||||
Loading…
Reference in New Issue