summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/riscos/wimputils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/wimputils.h b/frontends/riscos/wimputils.h
index cb01f1b7c..b1bd88045 100644
--- a/frontends/riscos/wimputils.h
+++ b/frontends/riscos/wimputils.h
@@ -70,7 +70,7 @@ typedef union vdu_var_list {
*
* \return true if text-selection is supported, false otherwise.
*/
-bool ns_wimp_has_text_selection(void)
+static inline bool ns_wimp_has_text_selection(void)
{
wimp_colour bg;
wimp_colour fg;