mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 13:15:41 +00:00
Make a member function a const member function.
Issue found by cppcheck.
This commit is contained in:
parent
209ea33e3f
commit
1552736377
@ -105,7 +105,7 @@ public:
|
||||
return wmInf_.info.x11.display;
|
||||
}
|
||||
|
||||
Window window()
|
||||
Window window() const
|
||||
{
|
||||
return wmInf_.info.x11.window;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user