[arrayfire] 09/61: Added missing symbol export for af_draw_surface
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:54:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.
commit 3281b50c8e8e08021cc12baa4cedc4681eb12474
Author: pradeep <pradeep at arrayfire.com>
Date: Sun Nov 22 22:12:20 2015 -0500
Added missing symbol export for af_draw_surface
---
include/af/graphics.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/af/graphics.h b/include/af/graphics.h
index 5c143c7..30cb287 100644
--- a/include/af/graphics.h
+++ b/include/af/graphics.h
@@ -427,7 +427,7 @@ AFAPI af_err af_draw_hist(const af_window wind, const af_array X, const double m
\ingroup gfx_func_draw
*/
-af_err af_draw_surface(const af_window wind, const af_array xVals, const af_array yVals, const af_array S, const af_cell* const props);
+AFAPI af_err af_draw_surface(const af_window wind, const af_array xVals, const af_array yVals, const af_array S, const af_cell* const props);
#endif
/**
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list