From 30b225057ad780fb09b67ffa8f2d2ab6130f5bb6 Mon Sep 17 00:00:00 2001 From: Lars Kanis <lars@greiz-reinsdorf.de> Date: Fri, 12 Jun 2015 21:17:51 +0200 Subject: [PATCH] Fix wrong comment. --- ext/fox16_c/include/gvl_wrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fox16_c/include/gvl_wrappers.h b/ext/fox16_c/include/gvl_wrappers.h index 44caf97..7873ce2 100644 --- a/ext/fox16_c/include/gvl_wrappers.h +++ b/ext/fox16_c/include/gvl_wrappers.h @@ -85,7 +85,7 @@ extern __thread int g_fxrb_thread_has_gvl; #define FOR_EACH_PARAM_OF_FXImage_savePixels(param) \ param(FXStream&, store) -/* function( name, void_or_nonvoid, returntype, firstparamtype, firstparamname ) */ +/* function( class, name, baseclass, void_or_nonvoid, returntype, firstparamtype, firstparamname ) */ #define FOR_EACH_BLOCKING_FUNCTION(function) \ function(FXImage, loadPixels, FXImage, GVL_TYPE_NONVOID, bool, FXImage *, self) \ function(FXImage, savePixels, FXImage, GVL_TYPE_NONVOID, bool, const FXImage *, self) \ -- GitLab