~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/editor/tools/tool.h

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                             Widelands::Map* map) {
63
63
                return (i == First  ? *this :
64
64
                        i == Second ? second_ :
65
 
                            third_)
 
65
                                      third_)
66
66
                   .handle_click_impl(center, args, map);
67
67
        }
68
68
 
72
72
                            Widelands::Map* map) {
73
73
                return (i == First  ? *this :
74
74
                        i == Second ? second_ :
75
 
                            third_)
 
75
                                      third_)
76
76
                   .handle_undo_impl(center, args, map);
77
77
        }
78
78