summaryrefslogtreecommitdiffhomepage
path: root/spline/spline.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-12-02 08:14:54 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-12-02 08:21:36 +0100
commit398894b546fb6588049e889678943c124a90ec24 (patch)
treeb5db21f64a01c5e6d27920052e022728e9678611 /spline/spline.hpp
parentb830658e3e1657de1ef8581a53b4298769c117ee (diff)
compat/macros: rename obnoxious macro
Diffstat (limited to 'spline/spline.hpp')
-rw-r--r--spline/spline.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spline/spline.hpp b/spline/spline.hpp
index 54c53767..47266165 100644
--- a/spline/spline.hpp
+++ b/spline/spline.hpp
@@ -92,7 +92,7 @@ public:
float get_value(double x);
float get_value_no_save(double x) const;
- DEFUN_WARN_UNUSED bool get_last_value(QPointF& point);
+ warn_result_unused bool get_last_value(QPointF& point);
void remove_point(int i);
void clear();