summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-04-15 14:03:44 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2015-04-15 14:03:44 -0700
commit527c21cb6a3b1b32610c4acf0bec8956ace2c5bf (patch)
tree5fdb9e755f77d2493d8851f956b074c6f11cb8ce /gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc
parent7765798c48b9ec4b1cda43367e97eb778a8ad758 (diff)
parentb092142302bcf8c771ec68e61da7781eb406c86f (diff)
Merge branch 'master' into next
Diffstat (limited to 'gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc')
-rw-r--r--gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc b/gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc
index 201dfb3929..a1983b4ac5 100644
--- a/gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc
+++ b/gnuradio-runtime/lib/controlport/rpcserver_booter_aggregator.cc
@@ -23,7 +23,8 @@
#include <gnuradio/rpcserver_booter_aggregator.h>
rpcserver_booter_aggregator::rpcserver_booter_aggregator() :
- d_type(std::string("aggregator")), server(new rpcserver_aggregator())
+ d_type(std::string("aggregator")),
+ server(new rpcserver_aggregator())
{;}
rpcserver_booter_aggregator::~rpcserver_booter_aggregator()