mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
[Ion] Move to C++
Change-Id: Id75fca5e92a3fdf18258015bcda7cd70297b0fdb
This commit is contained in:
@@ -14,6 +14,6 @@ const char * Probability::ParametersController::title() const {
|
||||
return "Parameters";
|
||||
}
|
||||
|
||||
bool Probability::ParametersController::handleEvent(ion_event_t event) {
|
||||
bool Probability::ParametersController::handleEvent(Ion::Events::Event event) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user