Finish input support for launch.json file.

More fixes.
This commit is contained in:
Martín Lucas Golini
2025-01-17 00:47:12 -03:00
parent 5396a12353
commit 4e9a47876a
4 changed files with 112 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ void Bus::setState( State state ) {
onStateChanged( state );
}
void Bus::onStateChanged( State state ) {
void Bus::onStateChanged( State ) {
}
} // namespace ecode