~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/logic/map_objects/tribes/market.h

  • Committer: The Widelands Bunnybot
  • Date: 2020-10-18 05:24:54 UTC
  • Revision ID: bunnybot@widelands.org-20201018052454-rm67qrulpbynp0l5
Fix simple cppcheck issues (#4355)

(by gunchleoc)
870c1e137dd3dd6a61306a16e894f8aa54f20b2f

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        ware_arrived_callback(Game& g, InputQueue* q, DescriptionIndex ware, Worker* worker, void* data);
88
88
 
89
89
        void ensure_wares_queue_exists(int ware_index);
90
 
        bool is_ready_to_launch_batch(int trade_id);
 
90
        bool is_ready_to_launch_batch(int trade_id) const;
91
91
        void launch_batch(int trade_id, Game* game);
92
92
 
93
93
        std::map<int, TradeOrder> trade_orders_;                  // Key is 'trade_id's.