summaryrefslogtreecommitdiff
path: root/src/routines/level2/xhpr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xhpr.cc')
-rw-r--r--src/routines/level2/xhpr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/level2/xhpr.cc b/src/routines/level2/xhpr.cc
index b0cea72f..4b31ad09 100644
--- a/src/routines/level2/xhpr.cc
+++ b/src/routines/level2/xhpr.cc
@@ -20,7 +20,7 @@ namespace clblast {
// Constructor: forwards to base class constructor
template <typename T, typename U>
-Xhpr<T,U>::Xhpr(Queue &queue, Event &event, const std::string &name):
+Xhpr<T,U>::Xhpr(Queue &queue, EventPointer event, const std::string &name):
Xher<T,U>(queue, event, name) {
}