Skip to content
Snippets Groups Projects
Commit 8a619343 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

Fix compilation with gcc6. (LWHists-00-06-20)

	* Tagging LWHists-00-06-20.
	* src/FlexErrArray.h: Fix compilation with gcc6.


Former-commit-id: 2d133fbd
parent ff59bbf8
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ public:
#ifdef LW_STRICT_ROOT_BEHAVIOUR
void forcePretendSumWMode() { m_pretendSumWMode = true; }
void pretendSumWMode() const { return m_pretendSumWMode; }
bool pretendSumWMode() const { return m_pretendSumWMode; }
#endif
private:
......
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