mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
make default const static
This commit is contained in:
parent
d139fc51e3
commit
0a7c3a6055
8 changed files with 15 additions and 15 deletions
|
|
@ -66,7 +66,7 @@ namespace app::browser
|
|||
main::Tab * mainTab;
|
||||
|
||||
// Defaults
|
||||
const bool HOMOGENEOUS = true;
|
||||
static const bool HOMOGENEOUS = true;
|
||||
|
||||
/*
|
||||
* Main class API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue