Remove useless void.
This commit is contained in:
parent
2c74b5dc21
commit
af1855c10c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class theme
|
|||
virtual ~object() { }
|
||||
|
||||
SDL_Rect& location(const SDL_Rect& screen) const;
|
||||
const SDL_Rect& get_location(void) const { return loc_; }
|
||||
const SDL_Rect& get_location() const { return loc_; }
|
||||
const std::string& get_id() const { return id_; }
|
||||
|
||||
// This supports relocating of theme elements ingame.
|
||||
|
|
Loading…
Add table
Reference in a new issue