diff options
Diffstat (limited to 'wrapper/wrapper.cpp')
| -rw-r--r-- | wrapper/wrapper.cpp | 6 |
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() |