mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 06:59:18 +02:00
reformat: set variables to constexpr where possible
This commit is contained in:
@@ -17,7 +17,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
namespace Mtable
|
||||
{
|
||||
|
||||
static int const MaxTTableSize = 100; // można by to robić dynamicznie
|
||||
static constexpr int MaxTTableSize = 100; // można by to robić dynamicznie
|
||||
static auto hrsd = ".";
|
||||
|
||||
// Ra: pozycja zerowa rozkładu chyba nie ma sensu
|
||||
|
||||
Reference in New Issue
Block a user