CFO fixes

This commit is contained in:
eray orçunus
2020-08-25 03:27:38 +03:00
parent 082c4caecf
commit 7658577260
5 changed files with 50 additions and 37 deletions

View File

@@ -107,7 +107,7 @@ struct FrontendOption
// Only for static/select
struct {
const wchar** rightTexts;
wchar** rightTexts;
int8 numRightTexts;
bool onlyApplyOnEnter;
ChangeFunc changeFunc;