mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Several gcc and clang fixes
This superseeds also f1199793 by a cleaner workaround.
This commit is contained in:
committed by
Roland Winklmeier
parent
70e42c0bee
commit
ab98009996
@@ -24,7 +24,7 @@ namespace BlackMisc
|
||||
public:
|
||||
|
||||
//! Default constructor
|
||||
CAircraftEngine() = default;
|
||||
CAircraftEngine() {}
|
||||
|
||||
//! Constructor
|
||||
CAircraftEngine(int number, bool on);
|
||||
|
||||
Reference in New Issue
Block a user