fix API values

Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
This commit is contained in:
Markus Mohrhard
2015-03-30 02:02:39 +02:00
parent fc3e835577
commit d21f9f5079

View File

@@ -16,13 +16,13 @@ constants ConditionEntryType
{
const long CONDITION = 0;
const long COLORSCALE = 0;
const long COLORSCALE = 1;
const long DATABAR = 0;
const long DATABAR = 2;
const long ICONSET = 0;
const long ICONSET = 3;
const long DATE = 0;
const long DATE = 4;
};