Skip to content

Commit

Permalink
Avoid WlzMakeRect[ID] (because of pointer to void) when building Java…
Browse files Browse the repository at this point in the history
…Woolz. Included because useful to PyWoolz.
  • Loading branch information
billhill00 committed Jun 26, 2018
1 parent c3cfd10 commit db8a391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libWlzBnd/WlzBndProto.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ extern WlzObject *WlzThresholdI(
int thr,
WlzThresholdType hilo,
WlzErrorNum *dstErr);
#ifndef WLZ_EXT_BIND
extern WlzObject *WlzMakeRectI(
int line1,
int lastln,
Expand All @@ -199,6 +200,7 @@ extern WlzObject *WlzMakeRectD(
WlzPropertyList *plist,
WlzObject *assoc_obj,
WlzErrorNum *dstErr);
#endif /* WLZ_EXT_BIND */
extern WlzObject *WlzMakeCuboidI(
int plane1,
int lastpl,
Expand Down

0 comments on commit db8a391

Please sign in to comment.