aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/decryption
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-05-29 13:05:48 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-05-29 13:05:48 +0200
commitaf8ad5dddf61ab57a514474627c1a2de0936a718 (patch)
tree689d987ca2439329f39da3b1a96a227d527fe16a /include/grgsm/decryption
parent044fe06f15becad2f22217c95a955f1393a28256 (diff)
Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified
Diffstat (limited to 'include/grgsm/decryption')
-rw-r--r--include/grgsm/decryption/decryption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/decryption/decryption.h b/include/grgsm/decryption/decryption.h
index 51328b1..b3a66e1 100644
--- a/include/grgsm/decryption/decryption.h
+++ b/include/grgsm/decryption/decryption.h
@@ -37,7 +37,7 @@ namespace gr {
* \ingroup gsm
*
*/
- class GSM_API decryption : virtual public gr::block
+ class GRGSM_API decryption : virtual public gr::block
{
public:
typedef boost::shared_ptr<decryption> sptr;