summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/wrapper.cpp')
-rw-r--r--wrapper/wrapper.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/wrapper/wrapper.cpp b/wrapper/wrapper.cpp
index 6561fd2..5acc0d0 100644
--- a/wrapper/wrapper.cpp
+++ b/wrapper/wrapper.cpp
@@ -542,6 +542,12 @@ public:
throw gcnew InteropException(e);
}
}
+
+ void SetProfileAt(int index, Profile^ val)
+ {
+ profiles[index] = val;
+ accels[index]->Settings = val;
+ }
// returns null or a joined list of error messages
String^ Errors()