made public the self inspection member 'name' of the components. I do not know why it was not public in that case.
This commit is contained in:
parent
514358771b
commit
70ae4d5c50
|
@ -471,7 +471,7 @@ template <class T> class WedgeColor4f: public WedgeColor<vcg::Color4f, T> {
|
|||
static void Name(std::vector<std::string> & name){name.push_back(std::string("WedgeColor4f"));T::Name(name);}
|
||||
};
|
||||
|
||||
template <class T> class Color4b: public Color<vcg::Color4b, T> {
|
||||
template <class T> class Color4b: public Color<vcg::Color4b, T> { public:
|
||||
static void Name(std::vector<std::string> & name){name.push_back(std::string("Color4b"));T::Name(name);}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue