summaryrefslogtreecommitdiffstats
path: root/mmss/mmss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/mmss.cpp')
-rw-r--r--mmss/mmss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmss/mmss.cpp b/mmss/mmss.cpp
index 0e3b230..bbdb0ca 100644
--- a/mmss/mmss.cpp
+++ b/mmss/mmss.cpp
@@ -59,7 +59,7 @@ void main(int argc, char *argv[]) {
std::exit(1);
}
- const protocol_t *proto = load_protocol(argv[1]);
+ std::shared_ptr<const protocol_t> proto = load_protocol(argv[1]);
if (!proto)
std::exit(1);