summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/jogamp/opencl/CLEvent.java')
-rw-r--r--src/com/jogamp/opencl/CLEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/CLEvent.java b/src/com/jogamp/opencl/CLEvent.java
index 78f7d3dc..b0b2193c 100644
--- a/src/com/jogamp/opencl/CLEvent.java
+++ b/src/com/jogamp/opencl/CLEvent.java
@@ -51,7 +51,7 @@ public class CLEvent extends CLObjectResource {
private final CLEventProfilingInfoAccessor eventProfilingInfo;
private final CLEventBinding binding;
- CLEvent(CLContext context, long id) {
+ public CLEvent(CLContext context, long id) {
super(context, id);
binding = context.getPlatform().getEventBinding();
this.eventInfo = new CLEventInfoAccessor();