change class to struct

dev
MITSUNARI Shigeo 9 years ago
parent 91a79c1ba9
commit 8ea71ee679
  1. 2
      include/mcl/fp.hpp

@ -60,7 +60,7 @@ class FpT {
Unit v_[maxSize];
template<class Fp> friend class FpDblT;
template<class Fp> friend class Fp2T;
template<class Fp> friend class Fp6T;
template<class Fp> friend struct Fp6T;
public:
// return pointer to array v_[]
const Unit *getUnit() const { return v_; }

Loading…
Cancel
Save