mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-22 23:26:42 -08:00
Rename Array to Vector
Finally get rid of the C style vector, rename the template class to its proper name
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "flags.h"
|
||||
|
||||
bool log_daemon_started = false;
|
||||
static Array<const char *> log_cmd, clear_cmd;
|
||||
static Vector<const char *> log_cmd, clear_cmd;
|
||||
static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user