Fix wrong GUIDs and release build

This commit is contained in:
Nikolaj Schlej 2016-03-21 10:19:02 +01:00
parent 36c26595a0
commit 95e5ee2496
3 changed files with 12 additions and 5 deletions

View file

@ -41,7 +41,7 @@ QString variableAttributesToQstring(UINT8 attributes)
return str.mid(2); // Remove the first comma and space
}
std::vector<CHAR8*> nestingVariableNames = {
std::vector<const CHAR8*> nestingVariableNames = {
"StdDefaults",
"MfgDefaults"
};