mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Fix of friend declaration on a template parameter, according to C++11
This commit is contained in:
@@ -285,7 +285,7 @@ protected:
|
||||
bool invalidate_all_steps() { return m_state.invalidate_all(PrintObjectBase::cancel_mutex(m_print), PrintObjectBase::cancel_callback(m_print)); }
|
||||
|
||||
protected:
|
||||
friend typename PrintType;
|
||||
friend PrintType;
|
||||
PrintType *m_print;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user