|
From: <kin...@us...> - 2025-04-06 16:10:52
|
Revision: 7249
http://sourceforge.net/p/teem/code/7249
Author: kindlmann
Date: 2025-04-06 16:10:35 +0000 (Sun, 06 Apr 2025)
Log Message:
-----------
weird that this function prototype has been busted for so long
Modified Paths:
--------------
teem/trunk/src/limn/limn.h
Modified: teem/trunk/src/limn/limn.h
===================================================================
--- teem/trunk/src/limn/limn.h 2024-11-30 11:52:54 UTC (rev 7248)
+++ teem/trunk/src/limn/limn.h 2025-04-06 16:10:35 UTC (rev 7249)
@@ -931,7 +931,7 @@
LIMN_EXPORT limnCbfPath *limnCbfPathNew(unsigned segNum);
LIMN_EXPORT limnCbfPath *limnCbfPathNix(limnCbfPath *path);
LIMN_EXPORT void limnCbfPathJoin(limnCbfPath *dst, const limnCbfPath *src);
-LIMN_EXPORT limnCbfCtx *limnCbfCtxNew();
+LIMN_EXPORT limnCbfCtx *limnCbfCtxNew(void);
LIMN_EXPORT limnCbfCtx *limnCbfCtxNix(limnCbfCtx *fctx);
LIMN_EXPORT int limnCbfCtxPrep(limnCbfCtx *fctx, const limnCbfPoints *lpnt);
LIMN_EXPORT void limnCbfSegEval(double *xy, const limnCbfSeg *seg, double tt);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|