summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp3d/bio.h')
-rwxr-xr-xsrc/lib/openjp3d/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/bio.h b/src/lib/openjp3d/bio.h
index 47010d46..2c91342f 100755
--- a/src/lib/openjp3d/bio.h
+++ b/src/lib/openjp3d/bio.h
@@ -63,7 +63,7 @@ typedef struct opj_bio {
Create a new BIO handle
@return Returns a new BIO handle if successful, returns NULL otherwise
*/
-opj_bio_t* bio_create();
+opj_bio_t* bio_create(void);
/**
Destroy a previously created BIO handle
@param bio BIO handle to destroy