Skip to content
Snippets Groups Projects
Commit f9b6eb8a authored by William F Godoy's avatar William F Godoy
Browse files

Fixes issue #130

m_Name must a string object not a const reference. 
parent 26770df2
No related branches found
No related tags found
1 merge request!131Fixes issue #130
......@@ -295,7 +295,7 @@ protected:
IO &m_IO;
/** Unique name for this Engine within m_IO */
const std::string &m_Name;
const std::string m_Name;
/** open mode from ADIOSTypes.h OpenMode */
const OpenMode m_OpenMode;
......
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