summaryrefslogtreecommitdiff
path: root/include/internal/routines/levelx/xomatcopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/levelx/xomatcopy.h')
-rw-r--r--include/internal/routines/levelx/xomatcopy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/levelx/xomatcopy.h b/include/internal/routines/levelx/xomatcopy.h
index 7c284635..29f33aac 100644
--- a/include/internal/routines/levelx/xomatcopy.h
+++ b/include/internal/routines/levelx/xomatcopy.h
@@ -31,7 +31,7 @@ class Xomatcopy: public Routine<T> {
using Routine<T>::device_;
using Routine<T>::event_;
using Routine<T>::context_;
- using Routine<T>::GetProgramFromCache;
+ using Routine<T>::routine_name_;
// Constructor
Xomatcopy(Queue &queue, EventPointer event, const std::string &name = "OMATCOPY");