2 Commits

Autor SHA1 Mensagem Data
wellton 6ea0dc3a25 Update opencv_error.cpp 2017-06-26 20:07:36 -03:00
Michael Maclean 40f61e5308 Merge pull request #8 from mgdm/seeplusplus
Use C++ compiler
2015-01-28 21:22:17 +00:00
+1 -1
Ver Arquivo
@@ -32,7 +32,7 @@ PHP_MINIT_FUNCTION(opencv_error)
zend_class_entry ce, status_ce;
INIT_NS_CLASS_ENTRY(ce, "OpenCV", "Exception", NULL);
opencv_ce_cvexception = zend_register_internal_class_ex(&ce, zend_exception_get_default(TSRMLS_C), "Exception" TSRMLS_CC);
opencv_ce_cvexception = zend_register_internal_class_ex(&ce, zend_exception_get_default(TSRMLS_C));
return SUCCESS;
}