diff options
Diffstat (limited to 'gnuradio-runtime/lib/top_block_impl.h')
-rw-r--r-- | gnuradio-runtime/lib/top_block_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/top_block_impl.h b/gnuradio-runtime/lib/top_block_impl.h index 9bfedfd87d..0dc66b2455 100644 --- a/gnuradio-runtime/lib/top_block_impl.h +++ b/gnuradio-runtime/lib/top_block_impl.h @@ -78,6 +78,8 @@ protected: private: void restart(); void wait_for_jobs(); + + gr::logger_ptr d_logger, d_debug_logger; }; } /* namespace gr */ |