summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/realtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/realtime.cc')
-rw-r--r--gnuradio-runtime/lib/realtime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/realtime.cc b/gnuradio-runtime/lib/realtime.cc
index e3fea1c6a6..99deff5b52 100644
--- a/gnuradio-runtime/lib/realtime.cc
+++ b/gnuradio-runtime/lib/realtime.cc
@@ -31,7 +31,7 @@ namespace gr {
rt_status_t
enable_realtime_scheduling()
{
- return gr::enable_realtime_scheduling();
+ return gr::impl::enable_realtime_scheduling();
}
} /* namespace gr */