Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified
diff --git a/include/grgsm/flow_control/burst_sdcch_subslot_filter.h b/include/grgsm/flow_control/burst_sdcch_subslot_filter.h
index 9c89df3..150d76a 100644
--- a/include/grgsm/flow_control/burst_sdcch_subslot_filter.h
+++ b/include/grgsm/flow_control/burst_sdcch_subslot_filter.h
@@ -40,7 +40,7 @@
      * \ingroup gsm
      *
      */
-    class GSM_API burst_sdcch_subslot_filter : virtual public gr::block
+    class GRGSM_API burst_sdcch_subslot_filter : virtual public gr::block
     {
      public:
       typedef boost::shared_ptr<burst_sdcch_subslot_filter> sptr;