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