Skip to content

Commit

Permalink
Refs #3614. Fixed compilation error with security.
Browse files Browse the repository at this point in the history
  • Loading branch information
richiware committed Oct 26, 2018
1 parent e84037f commit ae4e6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/PubSubWriterReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class PubSubWriterReader
cv_.wait(lock, checker);
}

void waitDiscovery()
void wait_discovery()
{
std::unique_lock<std::mutex> lock(mutexDiscovery_);

Expand Down

0 comments on commit ae4e6f6

Please sign in to comment.