X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttv_plugin.c;h=f7b4ded4f6c6b39deaf54d4cc21f748d52a0dc19;hb=f9240312451df4ff9fc7b0d4cfb159a03d7dc2c3;hp=32eb60b026a8f0114c6ca5a751bb4adb95c7b15a;hpb=7de49e3a43f71c4ac8f748fee9107f35a027368c;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttv_plugin.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttv_plugin.c index 32eb60b0..f7b4ded4 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttv_plugin.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttv_plugin.c @@ -63,7 +63,7 @@ lttv_plugin_get_type (void) /* implementation in the source file */ -void lttv_plugin_update_filter (LttvPlugin *self, LttvFilter *filter) +__EXPORT void lttv_plugin_update_filter (LttvPlugin *self, LttvFilter *filter) { LTTV_PLUGIN_GET_CLASS (self)->update_filter (self, filter); }