mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-27 14:14:27 +01:00
Codefix f4b0ac2: Documentation for non existing parameters is copied to function overrides.
This commit is contained in:
committed by
rubidium42
parent
639cf2aa76
commit
d18cf47c10
@@ -116,9 +116,8 @@ struct SettingDesc {
|
||||
|
||||
/**
|
||||
* Format the value of the setting associated with this object.
|
||||
* @param buf The before of the buffer to format into.
|
||||
* @param last The end of the buffer to format into.
|
||||
* @param object The object the setting is in.
|
||||
* @return The string representing the given value in human readable format.
|
||||
*/
|
||||
virtual std::string FormatValue(const void *object) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user