added HasColorOcf().

This commit is contained in:
Marco Di Benedetto 2009-06-28 22:39:57 +00:00
parent 4dae9d3d97
commit 24327b218c
1 changed files with 1 additions and 0 deletions

View File

@ -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);}
};