Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/opencl/OCL_opencl.h')
-rw-r--r--intern/opencl/OCL_opencl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opencl/OCL_opencl.h b/intern/opencl/OCL_opencl.h
index 4ee167b2fb4..733e3527197 100644
--- a/intern/opencl/OCL_opencl.h
+++ b/intern/opencl/OCL_opencl.h
@@ -28,7 +28,7 @@ extern "C" {
#endif
#include "intern/clew.h"
-void OCL_init(void);
+int OCL_init(void);
#ifdef __cplusplus
}