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