diff --git a/include/mcl/fp.hpp b/include/mcl/fp.hpp index 9705a07..09669d1 100644 --- a/include/mcl/fp.hpp +++ b/include/mcl/fp.hpp @@ -60,7 +60,7 @@ class FpT { Unit v_[maxSize]; template friend class FpDblT; template friend class Fp2T; - template friend class Fp6T; + template friend struct Fp6T; public: // return pointer to array v_[] const Unit *getUnit() const { return v_; }