diff options
| author | Dominik Pich | 2013-03-17 14:43:34 +0100 |
|---|---|---|
| committer | Dominik Pich | 2013-03-17 14:43:34 +0100 |
| commit | 8a6170ef38ad338753a8de782ad9d92e4cff5a55 (patch) | |
| tree | 7eb166836d7554ca48f071cdc93d8fcabc926ff5 /device_test/AppleMikeyPaneController.h | |
| parent | f0fd761bbf899e801143f39ce2fd0afd0c559f56 (diff) | |
| download | DDHidLib-8a6170ef38ad338753a8de782ad9d92e4cff5a55.tar.bz2 | |
fix some warnings
Diffstat (limited to 'device_test/AppleMikeyPaneController.h')
| -rw-r--r-- | device_test/AppleMikeyPaneController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device_test/AppleMikeyPaneController.h b/device_test/AppleMikeyPaneController.h index 28f6fc1..e02ec41 100644 --- a/device_test/AppleMikeyPaneController.h +++ b/device_test/AppleMikeyPaneController.h @@ -40,7 +40,7 @@ DDHidAppleMikey * mCurrentMikey; } -- (NSArray *) mMikeys; +- (NSArray *) mikeys; - (void) setMikeys: (NSArray *) theMikeys; - (unsigned) mikeyIndex; |
