summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/tgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp2/tgt.h')
-rw-r--r--src/lib/openjp2/tgt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/openjp2/tgt.h b/src/lib/openjp2/tgt.h
index 0ed0e658..acc817dd 100644
--- a/src/lib/openjp2/tgt.h
+++ b/src/lib/openjp2/tgt.h
@@ -80,10 +80,11 @@ typedef struct opj_tgt_tree {
Create a tag-tree
@param numleafsh Width of the array of leafs of the tree
@param numleafsv Height of the array of leafs of the tree
+@param p_manager the event manager
@return Returns a new tag-tree if successful, returns NULL otherwise
*/
opj_tgt_tree_t *opj_tgt_create(OPJ_UINT32 numleafsh, OPJ_UINT32 numleafsv,
- opj_event_mgr_t *manager);
+ opj_event_mgr_t *p_manager);
/**
* Reinitialises a tag-tree from an exixting one.