From 2bc2dd8f5b0f90b0c66c631a35f12fae0b16857f Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sun, 20 Nov 2022 10:21:32 -0600 Subject: [PATCH] remove unnecessary 'const' wouldn't it be nice if there was a single C++ standard that all compilers adhered to? --- plugins/autolabor/laborstatemap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autolabor/laborstatemap.h b/plugins/autolabor/laborstatemap.h index 0e9770829..789685930 100644 --- a/plugins/autolabor/laborstatemap.h +++ b/plugins/autolabor/laborstatemap.h @@ -9,7 +9,7 @@ using namespace DFHack; using namespace df::enums; - const enum dwarf_state : const int { + enum dwarf_state : int { // Ready for a new task IDLE=0,