summaryrefslogtreecommitdiff
path: root/libs/fst
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fst')
-rw-r--r--libs/fst/fst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fst/fst.h b/libs/fst/fst.h
index d2b777f77a..3b868a6cd2 100644
--- a/libs/fst/fst.h
+++ b/libs/fst/fst.h
@@ -20,7 +20,7 @@
*
* @param msg error message text (no newline at end).
*/
-LIBARDOUR_API void (*fst_error_callback)(const char *msg);
+LIBARDOUR void (*fst_error_callback)(const char *msg);
/**
* Set the @ref fst_error_callback for error message display.