summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/event.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-11-16 08:29:43 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-11-16 08:29:43 +0000
commitfcf9fa36515132d0a75bfcfb58cf9439dcbe6240 (patch)
tree07c3b6711d60db8039604c4effc04a0d20ec29ca /src/lib/openjp2/event.h
parent583df79be9502bc4ff3ac7181d902675aabc6716 (diff)
[trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files
Diffstat (limited to 'src/lib/openjp2/event.h')
-rw-r--r--src/lib/openjp2/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/event.h b/src/lib/openjp2/event.h
index bc1d575d..4d89576a 100644
--- a/src/lib/openjp2/event.h
+++ b/src/lib/openjp2/event.h
@@ -82,7 +82,7 @@ typedef struct opj_event_mgr
*
* @return Returns true if successful, returns false otherwise
*/
-OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, int event_type, const char *fmt, ...);
+OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const char *fmt, ...);
/* ----------------------------------------------------------------------- */
/**