From 58ec4e078c8d8ae696b36766857cd3631de83315 Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Sun, 15 Dec 2013 17:08:34 -0800 Subject: [PATCH] Fix typedefs in OniCTypes.h. --- Include/OniCTypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/OniCTypes.h b/Include/OniCTypes.h index 12246949..076915b0 100644 --- a/Include/OniCTypes.h +++ b/Include/OniCTypes.h @@ -83,13 +83,13 @@ typedef struct } OniDeviceInfo; struct _OniDevice; -typedef _OniDevice* OniDeviceHandle; +typedef struct _OniDevice* OniDeviceHandle; struct _OniStream; -typedef _OniStream* OniStreamHandle; +typedef struct _OniStream* OniStreamHandle; struct _OniRecorder; -typedef _OniRecorder* OniRecorderHandle; +typedef struct _OniRecorder* OniRecorderHandle; /** All information of the current frame */ typedef struct