Skip to content
Snippets Groups Projects
Commit 37d19ce5 authored by scott snyder's avatar scott snyder
Browse files

ActsInterop: Fix clang warning.

clang warning: unused private data member.
parent b0455ad5
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ public:
private:
std::shared_ptr<MsgStream> m_msg;
MSG::Level m_currentLevel;
};
......
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