1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-22 15:55:26 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2019-06-17 18:57:38 +02:00
parent 2cc02a84e1
commit ad13301389
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ set(GUI_SRC
model_setup.cpp
model_failsafe.cpp
model_logical_switches.cpp
special_functions.cpp
model_special_functions.cpp
model_outputs.cpp
model_telemetry.cpp
model_telemetry_sensor.cpp

View file

@ -10,7 +10,7 @@ set(GUI_SRC
model_setup.cpp
model_failsafe.cpp
model_logical_switches.cpp
special_functions.cpp
model_special_functions.cpp
model_outputs.cpp
model_telemetry.cpp
model_telemetry_sensor.cpp