(svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file.

This commit is contained in:
frosch
2013-06-15 15:05:54 +00:00
parent 2d2e2cd200
commit fdd94f7601
5 changed files with 6 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
#include "engine_base.h"
#include "vehicle_func.h"
#include "zoom_func.h"
#include "rail_gui.h"
#include "station_map.h"
#include "tunnelbridge_map.h"
@@ -1874,7 +1875,7 @@ static void SetDefaultRailGui()
* @param p needed to be called when a setting changes
* @return success, needed for settings
*/
bool ResetSignalVariant(int32 p = 0)
bool ResetSignalVariant(int32 p)
{
SignalVariant new_variant = (_cur_year < _settings_client.gui.semaphore_build_before ? SIG_SEMAPHORE : SIG_ELECTRIC);