1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Roll formatting and const tweaks into Inputs.

This commit is contained in:
Thomas Harte
2024-11-30 18:57:56 -05:00
parent 9d87296316
commit 7248470950
34 changed files with 464 additions and 465 deletions
@@ -115,6 +115,6 @@ void MultiConfigurable::set_options(const std::unique_ptr<Reflection::Struct> &s
options->apply();
}
std::unique_ptr<Reflection::Struct> MultiConfigurable::get_options() {
std::unique_ptr<Reflection::Struct> MultiConfigurable::get_options() const {
return std::make_unique<MultiStruct>(devices_);
}