Skip to content

Commit 2ca1474

Browse files
authored
Merge pull request #503 from wmww/fix-c-include
Fix psmoveapi.h when included in C code
2 parents 84f213f + 189455e commit 2ca1474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/psmoveapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct EventReceiver {
7777
};
7878

7979
ADDAPI void
80-
ADDCALL psmoveapi_init(EventReceiver *receiver, void *user_data);
80+
ADDCALL psmoveapi_init(struct EventReceiver *receiver, void *user_data);
8181

8282
ADDAPI void
8383
ADDCALL psmoveapi_update();

0 commit comments

Comments
 (0)