mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fix build: Stray semicolon
This commit is contained in:
parent
b3c3881282
commit
87ae061061
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ template <typename Number>
|
||||||
static inline bool is_approx(Number value, Number test_value)
|
static inline bool is_approx(Number value, Number test_value)
|
||||||
{
|
{
|
||||||
return std::fabs(double(value) - double(test_value)) < double(EPSILON);
|
return std::fabs(double(value) - double(test_value)) < double(EPSILON);
|
||||||
};
|
}
|
||||||
|
|
||||||
} // namespace Slic3r
|
} // namespace Slic3r
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue