Fixing warnings and style.
This commit is contained in:
@@ -14,8 +14,8 @@ namespace ui {
|
||||
|
||||
MenuItem::MenuItem(Type type) : type_(type), parent_item_(nullptr) {}
|
||||
|
||||
MenuItem::MenuItem(Type type, const std::wstring &text) :
|
||||
type_(type), parent_item_(nullptr), text_(text) {}
|
||||
MenuItem::MenuItem(Type type, const std::wstring& text)
|
||||
: type_(type), parent_item_(nullptr), text_(text) {}
|
||||
|
||||
MenuItem::~MenuItem() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user