summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/event.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-11-15 13:13:36 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-11-15 13:13:36 +0000
commitec0fe091380c2de75584fdfc3d914eee5b89e731 (patch)
tree320da598f7ee33ed955f8f82fd15a051be03f6d0 /src/lib/openjp2/event.h
parent8562ed3018967d5c7bc44248c6de74889dcbc6ed (diff)
[trunk] move opj_bool to OPJ_BOOL to follow the other type
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 39d980d6..9b2a657e 100644
--- a/src/lib/openjp2/event.h
+++ b/src/lib/openjp2/event.h
@@ -80,7 +80,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, int event_type, const char *fmt, ...);
/* ----------------------------------------------------------------------- */
/**