mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:00:04 +00:00
Gl cleanup clang-tidy fixes
This commit is contained in:
parent
d5e5019811
commit
4955dcd2c9
5 changed files with 15 additions and 6 deletions
|
|
@ -788,6 +788,7 @@ void MainWindowImpl::ConfigureMapLayout()
|
|||
{
|
||||
if (maps_.at(mapIndex) == nullptr)
|
||||
{
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-owning-memory): Owned by parent
|
||||
maps_[mapIndex] =
|
||||
new map::MapWidget(mapIndex, settings_, glContext);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue