mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Remove use of vector/string from core project
* This also affects the drivers via interfaces e.g. IReplayDriver and some utility functions.
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
#include "hooks.h"
|
||||
#include "common/common.h"
|
||||
|
||||
static std::vector<LibraryHook *> &LibList()
|
||||
static rdcarray<LibraryHook *> &LibList()
|
||||
{
|
||||
static std::vector<LibraryHook *> libs;
|
||||
static rdcarray<LibraryHook *> libs;
|
||||
return libs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user