From 857123cd29ecdb8450ae7cee01ea42ece266a928 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 7 Feb 2018 16:08:33 +0100 Subject: [PATCH] Shorten format notation --- src/format/NXmxFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format/NXmxFormat.cpp b/src/format/NXmxFormat.cpp index 177bd7d..d9d29e4 100644 --- a/src/format/NXmxFormat.cpp +++ b/src/format/NXmxFormat.cpp @@ -7,7 +7,7 @@ #include "../H5Format.hpp" using namespace std; -using s_ptr = s_ptr; +using s_ptr = shared_ptr; class NXmxFormat : public H5Format {