updated XCode project file
[openjpeg.git] / libopenjpeg / raw.h
index c4ff9b329f2d2739ac39081759ac3d7fac6621ad..3c4b372f3f6182fbcc2cea57203144db4d2d848b 100644 (file)
@@ -67,7 +67,7 @@ typedef struct opj_raw {
 Create a new RAW handle 
 @return Returns a new RAW handle if successful, returns NULL otherwise
 */
-opj_raw_t* raw_create();
+opj_raw_t* raw_create(void);
 /**
 Destroy a previously created RAW handle
 @param raw RAW handle to destroy