From 746afbd790e990e49d8e0deaff689280cd02fd27 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 17 Oct 2017 18:49:07 +0200 Subject: [PATCH] Yet another compilation fix? --- xs/xsp/GCode.xsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/xsp/GCode.xsp b/xs/xsp/GCode.xsp index 2b6809a394..92341394f1 100644 --- a/xs/xsp/GCode.xsp +++ b/xs/xsp/GCode.xsp @@ -41,5 +41,5 @@ %}; Ref config() - %code{% RETVAL = const_cast(static_cast(&THIS->config())); %}; + %code{% RETVAL = const_cast(static_cast(static_cast(&THIS->config()))); %}; };