mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fix of friend declaration on a template parameter, according to C++11
This commit is contained in:
parent
71c2d34308
commit
34e525766b
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ protected:
|
||||||
bool invalidate_all_steps() { return m_state.invalidate_all(PrintObjectBase::cancel_mutex(m_print), PrintObjectBase::cancel_callback(m_print)); }
|
bool invalidate_all_steps() { return m_state.invalidate_all(PrintObjectBase::cancel_mutex(m_print), PrintObjectBase::cancel_callback(m_print)); }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend typename PrintType;
|
friend PrintType;
|
||||||
PrintType *m_print;
|
PrintType *m_print;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue