diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-08-25 02:27:38 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-08-25 02:27:38 +0200 |
commit | 76585772607a7fbbed9e19ee0b4556b9140cde16 (patch) | |
tree | 5ce431d282b669f5606cf8eb34b2189d8f098f35 /src/extras/frontendoption.h | |
parent | new frontend customization (diff) | |
download | re3-76585772607a7fbbed9e19ee0b4556b9140cde16.tar re3-76585772607a7fbbed9e19ee0b4556b9140cde16.tar.gz re3-76585772607a7fbbed9e19ee0b4556b9140cde16.tar.bz2 re3-76585772607a7fbbed9e19ee0b4556b9140cde16.tar.lz re3-76585772607a7fbbed9e19ee0b4556b9140cde16.tar.xz re3-76585772607a7fbbed9e19ee0b4556b9140cde16.tar.zst re3-76585772607a7fbbed9e19ee0b4556b9140cde16.zip |
Diffstat (limited to 'src/extras/frontendoption.h')
-rw-r--r-- | src/extras/frontendoption.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/frontendoption.h b/src/extras/frontendoption.h index 9608870b..8e2dd668 100644 --- a/src/extras/frontendoption.h +++ b/src/extras/frontendoption.h @@ -107,7 +107,7 @@ struct FrontendOption // Only for static/select struct { - const wchar** rightTexts; + wchar** rightTexts; int8 numRightTexts; bool onlyApplyOnEnter; ChangeFunc changeFunc; |