mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-17 17:29:58 +00:00
Ensure normative construction declaration ordering.
This commit is contained in:
parent
9995d776de
commit
b8ebdc012f
@ -35,8 +35,8 @@ class Machine {
|
|||||||
bool automatic_tape_motor_control;
|
bool automatic_tape_motor_control;
|
||||||
|
|
||||||
Options(Configurable::OptionsType type):
|
Options(Configurable::OptionsType type):
|
||||||
automatic_tape_motor_control(type == Configurable::OptionsType::UserFriendly),
|
Configurable::QuickloadOption<Options>(type == Configurable::OptionsType::UserFriendly),
|
||||||
Configurable::QuickloadOption<Options>(type == Configurable::OptionsType::UserFriendly) {
|
automatic_tape_motor_control(type == Configurable::OptionsType::UserFriendly) {
|
||||||
|
|
||||||
// Declare fields if necessary.
|
// Declare fields if necessary.
|
||||||
if(needs_declare()) {
|
if(needs_declare()) {
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
</Testables>
|
</Testables>
|
||||||
</TestAction>
|
</TestAction>
|
||||||
<LaunchAction
|
<LaunchAction
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Release"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
enableASanStackUseAfterReturn = "YES"
|
enableASanStackUseAfterReturn = "YES"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user