summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-02-19 11:57:01 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-02-19 11:57:01 +1000
commitf3cc1272a1c1a9aa82bb84761844903774d1cbf9 (patch)
tree00661f70e9c6fc18208c85ae624eaa7bd3f7aecc /tests/auto
parent3a6479a65c65203180e76c0d86462207c3ab59e8 (diff)
Move QCLMemoryObject::Access to the QCL namespace.
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qcl/tst_qcl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qcl/tst_qcl.cpp b/tests/auto/qcl/tst_qcl.cpp
index 72f3495..4c3d21a 100644
--- a/tests/auto/qcl/tst_qcl.cpp
+++ b/tests/auto/qcl/tst_qcl.cpp
@@ -139,7 +139,7 @@ void tst_QCL::argumentPassing()
QVERIFY(!program.isNull());
QCLBuffer buffer = context.createBufferDevice
- (sizeof(float) * 16, QCLBuffer::WriteOnly);
+ (sizeof(float) * 16, QCL::WriteOnly);
float buf[16];
cl_int bufi[2];
cl_uint bufui;