summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xdot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xdot.h')
-rw-r--r--include/internal/routines/level1/xdot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xdot.h b/include/internal/routines/level1/xdot.h
index 7c69a902..b70ff3fe 100644
--- a/include/internal/routines/level1/xdot.h
+++ b/include/internal/routines/level1/xdot.h
@@ -31,7 +31,7 @@ class Xdot: 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
Xdot(Queue &queue, EventPointer event, const std::string &name = "DOT");