summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-12-28 15:43:43 -0500
committerZack Rusin <zack@tungstengraphics.com>2008-12-28 15:43:43 -0500
commit71014cdd55ffeca5cc8c6139ed66424f914c2997 (patch)
treebe4ac007c6bdd2752cf2af7e09cf38108b8e5732
parent5114a1b6b935cc01d5aac0519c534bf8aa4c8e76 (diff)
fix definition
-rw-r--r--src/api_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api_command.cpp b/src/api_command.cpp
index a4f2dcd..4f1c417 100644
--- a/src/api_command.cpp
+++ b/src/api_command.cpp
@@ -35,7 +35,7 @@ clGetCommandQueueInfo(cl_command_queue command_queue,
cl_int
clSetCommandQueueProperty(cl_command_queue command_queue,
cl_command_queue_properties properties,
- cl_int enable,
+ cl_bool enable,
cl_command_queue_properties * old_properties)
{
return 0;