summaryrefslogtreecommitdiff
path: root/backend/src/backend/gen9_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/backend/gen9_context.cpp')
-rw-r--r--backend/src/backend/gen9_context.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/src/backend/gen9_context.cpp b/backend/src/backend/gen9_context.cpp
index 483b2c33..2ce53b68 100644
--- a/backend/src/backend/gen9_context.cpp
+++ b/backend/src/backend/gen9_context.cpp
@@ -236,4 +236,8 @@ namespace gbe
this->sel = GBE_NEW(SelectionKbl, *this);
}
+ void GlkContext::newSelection(void) {
+ this->sel = GBE_NEW(SelectionGlk, *this);
+ }
+
}