1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

[CCV] Added missing semicolon

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-05-30 16:19:29 +02:00
parent ae24a8e256
commit 9d5d57b1c5

View File

@ -31,7 +31,7 @@ private:
// number of layers
static int _number_of_layers;
public:
const static int COLOR_L = 0
const static int COLOR_L = 0;
const static int COLOR_A = 1;
const static int COLOR_B = 2;