diff opencl/c/cl_platform.d @ 3:c78ffc9a7434 default tip

* corrected import declarations * fixed bug in Program
author Trass3r
date Thu, 15 Apr 2010 03:20:03 +0200
parents 01d502efe0c4
children
line wrap: on
line diff
--- a/opencl/c/cl_platform.d	Wed Apr 14 14:27:06 2010 +0200
+++ b/opencl/c/cl_platform.d	Thu Apr 15 03:20:03 2010 +0200
@@ -23,7 +23,7 @@
 
 // $Revision: 9283 $ on $Date: 2009-10-14 10:18:57 -0700 (Wed, 14 Oct 2009) $
 
-module opencl.c.platform;
+module opencl.c.cl_platform;
 
 /* scalar types  */
 alias byte		cl_char;