mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:13:09 +02:00
Build fix
This commit is contained in:
parent
0b0977f362
commit
60035486d3
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
class QImage;
|
class QImage;
|
||||||
|
|
||||||
enum Eye {
|
enum Eye {
|
||||||
Left = bilateral::Side::Left,
|
Left = (int)bilateral::Side::Left,
|
||||||
Right = bilateral::Side::Right
|
Right = (int)bilateral::Side::Right
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue