summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xscal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xscal.h')
-rw-r--r--include/internal/routines/level1/xscal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xscal.h b/include/internal/routines/level1/xscal.h
index 40f017f2..c2b2c1bf 100644
--- a/include/internal/routines/level1/xscal.h
+++ b/include/internal/routines/level1/xscal.h
@@ -30,7 +30,8 @@ class Xscal: public Routine<T> {
using Routine<T>::queue_;
using Routine<T>::device_;
using Routine<T>::event_;
- using Routine<T>::GetProgramFromCache;
+ using Routine<T>::context_;
+ using Routine<T>::routine_name_;
// Constructor
Xscal(Queue &queue, EventPointer event, const std::string &name = "SCAL");