mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:30:06 +00:00
Location Markers Part2 clang-format/tidy suggestions
This commit is contained in:
parent
2fd94c6575
commit
7edafe8d78
4 changed files with 6 additions and 6 deletions
|
|
@ -219,7 +219,7 @@ public:
|
|||
std::shared_ptr<model::LayerModel> layerModel_ {
|
||||
model::LayerModel::Instance()};
|
||||
|
||||
ui::EditMarkerDialog* editMarkerDialog_;
|
||||
ui::EditMarkerDialog* editMarkerDialog_ {nullptr};
|
||||
|
||||
std::shared_ptr<manager::HotkeyManager> hotkeyManager_ {
|
||||
manager::HotkeyManager::Instance()};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue