File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ class TargetProperties : public Properties {
211
211
212
212
void SetDisplayRecognizedArguments (bool b);
213
213
214
- const ProcessLaunchInfo &GetProcessLaunchInfo ();
214
+ const ProcessLaunchInfo &GetProcessLaunchInfo () const ;
215
215
216
216
void SetProcessLaunchInfo (const ProcessLaunchInfo &launch_info);
217
217
Original file line number Diff line number Diff line change @@ -4196,8 +4196,7 @@ void TargetProperties::SetNonStopModeEnabled(bool b) {
4196
4196
m_collection_sp->SetPropertyAtIndexAsBoolean (nullptr , idx, b);
4197
4197
}
4198
4198
4199
- const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo () {
4200
- m_launch_info.SetArg0 (GetArg0 ()); // FIXME: Arg0 callback doesn't work
4199
+ const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo () const {
4201
4200
return m_launch_info;
4202
4201
}
4203
4202
You can’t perform that action at this time.
0 commit comments