mirror of
https://github.com/TomHarte/CLK.git
synced 2026-03-11 04:42:20 +00:00
Deploys constexpr as a stricter const.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <iostream>
|
||||
|
||||
namespace {
|
||||
const int sn76489_divider = 2;
|
||||
constexpr int sn76489_divider = 2;
|
||||
}
|
||||
|
||||
namespace Sega {
|
||||
|
||||
Reference in New Issue
Block a user