mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-11 09:29:53 +00:00
Removed typedef
This commit is contained in:
parent
7191364c88
commit
4dd2f58853
@ -66,8 +66,7 @@ static void *MonThread(void *param);
|
||||
vector<string> log_levels;
|
||||
string current_log_level; // Some versions of spdlog do not support get_log_level()
|
||||
string default_image_folder;
|
||||
typedef pair<int, int> full_id;
|
||||
map<string, full_id> files_in_use;
|
||||
map<string, pair<int, int>> files_in_use;
|
||||
DeviceFactory& device_factory = DeviceFactory::instance();
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user