fixed incorrect return type

This commit is contained in:
Nghia Ho
2015-07-25 20:36:05 -07:00
parent 5cfc12c5cf
commit 4ba7649fb1

View File

@@ -120,7 +120,7 @@ public:
}
}
return nullptr;
return false;
}
private: