summaryrefslogtreecommitdiffhomepage
path: root/dev/examples/allocator_system
diff options
context:
space:
mode:
Diffstat (limited to 'dev/examples/allocator_system')
-rw-r--r--dev/examples/allocator_system/allocator_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/allocator_system/allocator_system.cc b/dev/examples/allocator_system/allocator_system.cc
index 169cd97..b500e30 100644
--- a/dev/examples/allocator_system/allocator_system.cc
+++ b/dev/examples/allocator_system/allocator_system.cc
@@ -32,7 +32,7 @@ public:
int main()
{
- scl::standard_allocator_type<MyClass> allocator;
+ ocl::standard_allocator_type<MyClass> allocator;
// Test 1: claim() + unclaim()
std::cout << "=== Test 1: claim/unclaim ===\n";