Disable the CArray RangeFunc tests under MSVC
[folly.git] / folly / experimental / JSONSchema.h
index fe53b7adb4d04eb5ecf0c87002e02a4dc2bf9302..e1772e2c63df8993ae256783b04ef7dd3321c8ff 100644 (file)
@@ -68,6 +68,6 @@ std::unique_ptr<Validator> makeValidator(const dynamic& schema);
  * Makes a validator for schemas. You should probably check your schema with
  * this before you use makeValidator().
  */
-Validator* makeSchemaValidator();
+std::shared_ptr<Validator> makeSchemaValidator();
 }
 }