clover: Switch command queues to the new model.
[mesa.git] / src / gallium / state_trackers / clover / core / event.hpp
index c4e1bb71de013b8d1fa03ca340695cfeb26a1992..ee25d19c1e58972f03a43de11009edba32b8ebf4 100644 (file)
@@ -110,7 +110,7 @@ namespace clover {
       const lazy<cl_ulong> &time_start() const;
       const lazy<cl_ulong> &time_end() const;
 
-      friend struct ::_cl_command_queue;
+      friend class command_queue;
 
    private:
       virtual void fence(pipe_fence_handle *fence);