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