fixed Color4bOcf interface (missing "public" section).
This commit is contained in:
parent
03bfd9bf31
commit
c209a384a0
|
@ -418,7 +418,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class T> class Color4bOcf: public ColorOcf<vcg::Color4b, T> {
|
template <class T> class Color4bOcf: public ColorOcf<vcg::Color4b, T> {
|
||||||
static void Name(std::vector<std::string> & name){name.push_back(std::string("Color4bOcf"));T::Name(name);}
|
public: static void Name(std::vector<std::string> & name){name.push_back(std::string("Color4bOcf"));T::Name(name);}
|
||||||
};
|
};
|
||||||
|
|
||||||
///*-------------------------- QUALITY ----------------------------------*/
|
///*-------------------------- QUALITY ----------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue