mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 11:26:25 +02:00
[CCV] Added missing semicolon
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -31,7 +31,7 @@ private:
|
|||||||
// number of layers
|
// number of layers
|
||||||
static int _number_of_layers;
|
static int _number_of_layers;
|
||||||
public:
|
public:
|
||||||
const static int COLOR_L = 0
|
const static int COLOR_L = 0;
|
||||||
const static int COLOR_A = 1;
|
const static int COLOR_A = 1;
|
||||||
const static int COLOR_B = 2;
|
const static int COLOR_B = 2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user