Replace uses of the old Queue/PQueue generation code with new template versions

This commit is contained in:
Tim Wojtulewicz 2019-07-02 18:56:35 -07:00 committed by Jon Siwek
parent 776da8cb9e
commit efa7dbf76b
5 changed files with 8 additions and 15 deletions

View file

@ -114,7 +114,7 @@ void choose_global_symbols_regex(const string& regex, vector<ID*>& choices,
// DebugCmdInfo implementation
//
PQueue(DebugCmdInfo) g_DebugCmdInfos;
PQueue<DebugCmdInfo> g_DebugCmdInfos;
DebugCmdInfo::DebugCmdInfo(const DebugCmdInfo& info)
: cmd(info.cmd), helpstring(0)