summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-19 09:56:13 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 10:35:32 -0400
commit69e5c8be8519babe0bc894c46ff6e81336dc4c43 (patch)
tree4e542c8d2872cb043f03a24187c38ef8735081e2 /src/Patchage.cpp
parentc0f2beedaf475f8e81e0fbb22ba62b8d917c1945 (diff)
downloadpatchage-69e5c8be8519babe0bc894c46ff6e81336dc4c43.tar.gz
patchage-69e5c8be8519babe0bc894c46ff6e81336dc4c43.tar.bz2
patchage-69e5c8be8519babe0bc894c46ff6e81336dc4c43.zip
Avoid using "static inline" for inline functions in headers
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index daad2c2..96af631 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -618,7 +618,7 @@ Patchage::operator()(const setting::MessagesVisible& setting)
_menu_view_messages->set_active(setting.value);
}
-static inline guint
+inline guint
highlight_color(guint c, guint delta)
{
const guint max_char = 255;