Renamed YAML type checking function
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Bloom
|
||||
{
|
||||
public:
|
||||
template <typename Type>
|
||||
static bool isType(const YAML::Node& node) {
|
||||
static bool isCastable(const YAML::Node& node) {
|
||||
try {
|
||||
node.as<Type>();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user