From e9f4580047977cd319d1991060e2d78f15f27f8f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 24 Oct 2011 10:02:55 -0700 Subject: qtgui: fixed typo for name of export define This was a typo, but it was ok before the library fubar because the define was explicitly set. Now that things are more automatic, it needs to follow convention. --- gr-qtgui/include/gr_qtgui_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-qtgui/include/gr_qtgui_api.h b/gr-qtgui/include/gr_qtgui_api.h index 65033a093..c39add1e8 100644 --- a/gr-qtgui/include/gr_qtgui_api.h +++ b/gr-qtgui/include/gr_qtgui_api.h @@ -24,7 +24,7 @@ #include -#ifdef libgnuradio_qtgui_EXPORTS +#ifdef gnuradio_qtgui_EXPORTS # define GR_QTGUI_API __GR_ATTR_EXPORT #else # define GR_QTGUI_API __GR_ATTR_IMPORT -- cgit