mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46: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
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user