diff options
Diffstat (limited to 'include/gnuradio/gr_sync_block.h')
-rw-r--r-- | include/gnuradio/gr_sync_block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnuradio/gr_sync_block.h b/include/gnuradio/gr_sync_block.h index fe512a6..e7cc06c 100644 --- a/include/gnuradio/gr_sync_block.h +++ b/include/gnuradio/gr_sync_block.h @@ -19,7 +19,7 @@ #include <gr_block.h> -struct GR_RUNTIME_API gr_sync_block : public gr_block +struct GRAS_API gr_sync_block : public gr_block { gr_sync_block(void); |