Widgets: Force parent parameter to be present (#172)

This commit is contained in:
S6066
2018-07-31 13:24:28 +02:00
committed by Jérôme Leclercq
parent abedc30747
commit d91c48ab50
7 changed files with 8 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ namespace Ndk
class NDK_API TextAreaWidget : public BaseWidget
{
public:
TextAreaWidget(BaseWidget* parent = nullptr);
TextAreaWidget(BaseWidget* parent);
TextAreaWidget(const TextAreaWidget&) = delete;
TextAreaWidget(TextAreaWidget&&) = default;
~TextAreaWidget() = default;