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)
|
||||
{
|
||||
return std::fabs(double(value) - double(test_value)) < double(EPSILON);
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue