Fixed generics

This commit is contained in:
nathan 2018-04-22 14:28:13 +02:00
parent 02332df381
commit 897d275491

View File

@ -33,7 +33,7 @@ class MSG extends Structure {
@Override
protected
List getFieldOrder() {
List<String> getFieldOrder() {
return Arrays.asList("hWnd", "message", "wParam", "lParam", "time", "x", "y");
}
}