File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
qtfred/src/mission/dialogs/ShipEditor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1366,7 +1366,7 @@ namespace fso {
13661366 return Editor::wing_is_player_wing (wing);
13671367 }
13681368
1369- std::set<size_t > ShipEditorDialogModel::getShipOrders () const
1369+ const std::set<size_t > & ShipEditorDialogModel::getShipOrders () const
13701370 {
13711371 return ship_orders;
13721372 }
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ class ShipEditorDialogModel : public AbstractDialogModel {
182182 * @param wing Takes an integer id of the wing
183183 */
184184 static bool wing_is_player_wing (const int );
185- std::set<size_t > getShipOrders () const ;
185+ const std::set<size_t > & getShipOrders () const ;
186186
187187 bool getTexEditEnable () const ;
188188 /* *
You can’t perform that action at this time.
0 commit comments