Quote the unquoted

This commit is contained in:
jonpas 2016-06-04 21:07:24 +02:00
parent 5a20f1286b
commit 3124270254

View File

@ -72,9 +72,9 @@ class ACE_newEvents {
setDir = QGVAR(setDir); setDir = QGVAR(setDir);
// Events framework // Events framework
SEH_s = ACEs; SEH_s = "ACEs";
SEH = ACEe; SEH = "ACEe";
SEH_all = ACEa; SEH_all = "ACEa";
}; };
#include "CfgEventHandlers.hpp" #include "CfgEventHandlers.hpp"