mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 00:56:00 -05:00
Fix random order of various macro entries
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <string>
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
#include <map>
|
||||
#include <obs.hpp>
|
||||
#include <obs-module.h>
|
||||
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
LogicType GetLogicType() { return _logic; }
|
||||
void SetLogicType(LogicType logic) { _logic = logic; }
|
||||
|
||||
static const std::unordered_map<LogicType, LogicTypeInfo> logicTypes;
|
||||
static const std::map<LogicType, LogicTypeInfo> logicTypes;
|
||||
|
||||
private:
|
||||
LogicType _logic;
|
||||
|
||||
Reference in New Issue
Block a user