Browse Source

stray ` got in there

Grant Limberg 3 weeks ago
parent
commit
02908e5202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nonfree/controller/PubSubListener.cpp

+ 1 - 1
nonfree/controller/PubSubListener.cpp

@@ -56,7 +56,7 @@ PubSubListener::PubSubListener(std::string controller_id, std::string project, s
 	_subscriberThread = std::thread(&PubSubListener::subscribe, this);
 }
 
-PubSubListener::~PubSubListener()`
+PubSubListener::~PubSubListener()
 {
 	_run = false;
 	if (_subscriberThread.joinable()) {