File diff r17624:f2c5f47dceaa → r17625:366001a31c88
src/waypoint_gui.cpp
Show inline comments
 
@@ -54,6 +54,11 @@ private:
 
	}
 

	
 
public:
 
	/**
 
	 * Construct the window.
 
	 * @param desc The description of the window.
 
	 * @param window_number The window number, in this case the waypoint's ID.
 
	 */
 
	WaypointWindow(const WindowDesc *desc, WindowNumber window_number) : Window()
 
	{
 
		this->wp = Waypoint::Get(window_number);