Skip to content
Snippets Groups Projects
Commit 06f72db5 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Fix typo

#12
parent 76674709
No related merge requests found
......@@ -53,7 +53,7 @@ void StreamingRecordingBackend::prepare() {
#ifdef WITH_ZEROMQ
relay_ = std::make_unique<contra::Relay<contra::ZMQTransport>>(5555);
#elif WITH_SHARED_MEMEORY
#elif WITH_SHARED_MEMORY
relay_ = std::make_unique<contra::Relay<contra::SharedMemoryTransport>>();
#else
#error "No suitable transport protocol"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment