mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- removed pointless constexpr declaration on numeric constants.
This commit is contained in:
parent
3b7f494a88
commit
4f0e3adfbb
5 changed files with 10 additions and 10 deletions
|
@ -29,7 +29,7 @@ void Dictionary::Serialize(FSerializer &arc)
|
|||
{
|
||||
Super::Serialize(arc);
|
||||
|
||||
constexpr char key[] { "dictionary" };
|
||||
static const char key[] = "dictionary";
|
||||
|
||||
if (arc.isWriting())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue