Core/ParameterList: Make errors silent by default
Former-commit-id: 38d1613681a65194cb7392903c9bc20f912561a3
This commit is contained in:
@@ -86,10 +86,10 @@ namespace Nz
|
||||
Value value;
|
||||
};
|
||||
|
||||
using ParameterMap = std::unordered_map<String, Parameter>;
|
||||
|
||||
Parameter& CreateValue(const String& name);
|
||||
void DestroyValue(Parameter& parameter);
|
||||
|
||||
using ParameterMap = std::unordered_map<String, Parameter>;
|
||||
ParameterMap m_parameters;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user