mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 00:01:09 -06:00
Another compilation fix.
This commit is contained in:
parent
de2c6a2a3d
commit
9a7d1bb566
3 changed files with 9 additions and 4 deletions
|
@ -41,5 +41,5 @@
|
|||
%};
|
||||
|
||||
Ref<StaticPrintConfig> config()
|
||||
%code{% RETVAL = const_cast<StaticPrintConfig*>(dynamic_cast<const StaticPrintConfig*>(&THIS->config())); %};
|
||||
%code{% RETVAL = const_cast<StaticPrintConfig*>(static_cast<const PrintObjectConfig*>(&THIS->config())); %};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue