mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Fix compile warning
This commit is contained in:
parent
ff265745c6
commit
ebed03ea92
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ static constexpr const bool polygons_strictly_simple = false;
|
|||
|
||||
inline double tiny_area_threshold() { return sqr(scaled<double>(0.001)); }
|
||||
|
||||
void tree_supports_show_error(std::string_view message, bool critical)
|
||||
inline void tree_supports_show_error(std::string_view message, bool critical)
|
||||
{ // todo Remove! ONLY FOR PUBLIC BETA!!
|
||||
printf("Error: %s, critical: %d\n", message.data(), int(critical));
|
||||
#ifdef TREE_SUPPORT_SHOW_ERRORS_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue