Fixed compilation error
This commit is contained in:
parent
87545477bb
commit
434a023a80
1 changed files with 2 additions and 1 deletions
|
@ -524,7 +524,8 @@ enum class Language
|
|||
Spanish = 5,
|
||||
Ukrainian = 6,
|
||||
Portuguese = 7,
|
||||
Catalan = 8
|
||||
Catalan = 8,
|
||||
Chinese = 9,
|
||||
};
|
||||
|
||||
enum class MouseDevice
|
||||
|
|
Loading…
Add table
Reference in a new issue