corrected: DumET DumFt and DumTT to DumClass (see derivation_chain.h)
This commit is contained in:
parent
20610a1915
commit
1c8f9ed436
|
@ -122,7 +122,7 @@ we have to build the type a step a time (deriving from a single ancestor at a ti
|
||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
template <class BVT, class BET=DumET, class BFT=DumFT, class BTT=DumTT>
|
template <class BVT, class BET=DumClass, class BFT=DumClass, class BTT=DumClass>
|
||||||
class FaceBase: public face::EmptyVertexRef<
|
class FaceBase: public face::EmptyVertexRef<
|
||||||
face::EmptyAdj<
|
face::EmptyAdj<
|
||||||
face::EmptyColorQuality<
|
face::EmptyColorQuality<
|
||||||
|
|
Loading…
Reference in New Issue