summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2015-05-27 10:11:34 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2015-05-27 10:11:34 +0100
commit78ba915fc145679b3fb7135bf6cf07d0af002e7b (patch)
treeaf17fec58d84e1784454d4422ec57a0dd54c8705 /libs/gtkmm2ext
parentcc7a368fb6d330f431de00fc2e5840708e0398bb (diff)
Gtkmm2ext::ArdourIcon::render() is needed outside of libgtkmm2ext (so let's make it exportable)
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/ardour_icon.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/ardour_icon.h b/libs/gtkmm2ext/gtkmm2ext/ardour_icon.h
index e12b4cae96..df2fbbe9dc 100644
--- a/libs/gtkmm2ext/gtkmm2ext/ardour_icon.h
+++ b/libs/gtkmm2ext/gtkmm2ext/ardour_icon.h
@@ -37,11 +37,11 @@ namespace Gtkmm2ext { namespace ArdourIcon {
ToolContent,
};
- bool render (cairo_t *cr,
- const enum Icon icon,
- const int width, const int height,
- const Gtkmm2ext::ActiveState state,
- const uint32_t fg_color);
+ LIBGTKMM2EXT_API bool render (cairo_t *cr,
+ const enum Icon icon,
+ const int width, const int height,
+ const Gtkmm2ext::ActiveState state,
+ const uint32_t fg_color);
}; };
#endif