From 9f9952eaffe4491716789c12000d20902058205c Mon Sep 17 00:00:00 2001 From: Shinya Kitaoka Date: Apr 18 2016 05:45:18 +0000 Subject: Merge pull request #189 from ideasman42/fix-const-enum-error Fix const enum which is an error with GCC5.3 --- diff --git a/toonz/sources/toonzqt/styleselection.cpp b/toonz/sources/toonzqt/styleselection.cpp index 9f9f6c8..e757c27 100644 --- a/toonz/sources/toonzqt/styleselection.cpp +++ b/toonz/sources/toonzqt/styleselection.cpp @@ -36,7 +36,7 @@ using namespace DVGui; -const enum StyleType { +enum StyleType { NORMALSTYLE, STUDIOSTYLE, LINKEDSTYLE