and now without debug printf()
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / ardour_icon.h
index e12b4cae96aa5bf9282bf250d1661e857e57ed5d..df2fbbe9dc3b52ffd389f138afbe99be436ca769 100644 (file)
@@ -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