change to constexpr
This commit is contained in:
parent
f71ea4b615
commit
6f9f7ad47a
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ private:
|
||||||
std::vector<wxString> bad = {};
|
std::vector<wxString> bad = {};
|
||||||
|
|
||||||
// Configuration of font encoding
|
// Configuration of font encoding
|
||||||
static const wxFontEncoding encoding = wxFontEncoding::wxFONTENCODING_SYSTEM;
|
static constexpr wxFontEncoding encoding = wxFontEncoding::wxFONTENCODING_SYSTEM;
|
||||||
|
|
||||||
// Identify if preview texture exists
|
// Identify if preview texture exists
|
||||||
GLuint texture_id = 0;
|
GLuint texture_id = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue