Added missing inline

This commit is contained in:
Efi Fogel 2025-11-13 09:33:58 +02:00
parent af94906903
commit 24d3cd4bec
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ private:
#ifdef CGAL_USE_BASIC_VIEWER
//!
void draw_unimplemented() {
inline void draw_unimplemented() {
CGAL_error_msg("Geometry traits type of arrangement is required to support approximation of Point_2 and "
"X_monotone_curve_2. Traits on curved surfaces needs additional support for parameterization.");
}