X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-in-out-fader.cpp;h=ea296a532dfa0a08e36026493b2da32d551b6de0;hp=0e39bca7462f144111fc2df1305f1204c411fd03;hb=c4d9e46f268b4f7f738dd77685c632991125cec9;hpb=6bcbb2cefb0e69afae9b1de828b85f506b1bef19 diff --git a/src/gui-in-out-fader.cpp b/src/gui-in-out-fader.cpp index 0e39bca..ea296a5 100644 --- a/src/gui-in-out-fader.cpp +++ b/src/gui-in-out-fader.cpp @@ -24,6 +24,7 @@ #include "color.h" #include "gsubr.h" #include "gui-in-out-fader.h" +#include "wrapped.h" using namespace irr; @@ -32,7 +33,7 @@ IGUIInOutFader_setColor (SCM in_out_fader, SCM color, SCM dest_color) { - gui::IGUIInOutFader* fader = (gui::IGUIInOutFader*)scm_to_pointer (in_out_fader); + gui::IGUIInOutFader* fader = (gui::IGUIInOutFader*)scm_to_irr_pointer (in_out_fader); if (dest_color == SCM_UNDEFINED) { fader->setColor (scm_to_color (color));