diff options
Diffstat (limited to 'slv2/scalepoint.h')
-rw-r--r-- | slv2/scalepoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slv2/scalepoint.h b/slv2/scalepoint.h index 311b014..d371ea1 100644 --- a/slv2/scalepoint.h +++ b/slv2/scalepoint.h @@ -34,6 +34,7 @@ extern "C" { * * Returned value is owned by \a point and must not be freed. */ +SLV2_API SLV2Value slv2_scale_point_get_label(SLV2ScalePoint point); @@ -42,6 +43,7 @@ slv2_scale_point_get_label(SLV2ScalePoint point); * * Returned value is owned by \a point and must not be freed. */ +SLV2_API SLV2Value slv2_scale_point_get_value(SLV2ScalePoint point); |