Skip to content
Snippets Groups Projects
Commit 1742bc93 authored by Nick Draper's avatar Nick Draper
Browse files

Fix for GCC error with friend class lookup

re #13347
parent 2a2ca3dd
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ protected:
mutable double m_pushedValue;
mutable GSLVector m_pushedParams;
friend class SeqDomain;
friend class ParDomain;
friend class CurveFitting::SeqDomain;
friend class CurveFitting::ParDomain;
double m_factor;
};
......
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