summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xswap.h')
-rw-r--r--include/internal/routines/level1/xswap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xswap.h b/include/internal/routines/level1/xswap.h
index f794a1b4..45e34dd6 100644
--- a/include/internal/routines/level1/xswap.h
+++ b/include/internal/routines/level1/xswap.h
@@ -30,7 +30,8 @@ class Xswap: 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
Xswap(Queue &queue, EventPointer event, const std::string &name = "SWAP");