added HasColorOcf().
This commit is contained in:
parent
4dae9d3d97
commit
24327b218c
|
@ -313,6 +313,7 @@ public:
|
|||
template < class LeftV>
|
||||
void ImportLocal(const LeftV & left ) { T::ImportLocal( left); }
|
||||
static bool HasColor() { return false; }
|
||||
static bool HasColorOcf() { return false; }
|
||||
static void Name(std::vector<std::string> & name){T::Name(name);}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue