diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-11-03 07:16:21 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-11-03 07:16:21 +0100 |
commit | 29bea6f9b2166bf3e50815d84aff3535705f6b9b (patch) | |
tree | 0e71e401f300234b0c1a47303fcbfbee5f29c0cd /spline/spline.hpp | |
parent | faa3108611e2b31e614d10531548803e2362a4f0 (diff) |
fix build on Linux
Diffstat (limited to 'spline/spline.hpp')
-rw-r--r-- | spline/spline.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline/spline.hpp b/spline/spline.hpp index ccc22518..3d2d6e57 100644 --- a/spline/spline.hpp +++ b/spline/spline.hpp @@ -99,7 +99,7 @@ class OTR_SPLINE_EXPORT spline : public base_spline float get_value_internal(int x); void add_lone_point(); float get_value_no_save_internal(double x); - static cc_forceinline bool sort_fn(const QPointF& one, const QPointF& two); + static bool sort_fn(const QPointF& one, const QPointF& two); static QPointF ensure_in_bounds(const QList<QPointF>& points, int i); static int element_count(const QList<QPointF>& points, double max_input); |