Fix const enum which is an error with GCC5.3

This commit is contained in:
Campbell Barton 2016-04-18 04:48:38 +10:00
parent a09dc1b458
commit 0b592fac5f

View file

@ -36,7 +36,7 @@
using namespace DVGui; using namespace DVGui;
const enum StyleType { enum StyleType {
NORMALSTYLE, NORMALSTYLE,
STUDIOSTYLE, STUDIOSTYLE,
LINKEDSTYLE LINKEDSTYLE