summaryrefslogtreecommitdiff
path: root/include/gnuradio/gr_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnuradio/gr_block.h')
-rw-r--r--include/gnuradio/gr_block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnuradio/gr_block.h b/include/gnuradio/gr_block.h
index 317c207..e60d231 100644
--- a/include/gnuradio/gr_block.h
+++ b/include/gnuradio/gr_block.h
@@ -51,7 +51,7 @@ struct GRAS_API gr_block : gnuradio::Block
template <typename T> void set_msg_handler(T msg_handler){/*LOL*/}
//! implements work -> calls general work
- int Work(
+ int work(
const InputItems &input_items,
const OutputItems &output_items
);