WVectorEditor: Make use of in-class initializers where applicable

This commit is contained in:
Lioncash
2020-06-28 07:05:46 -04:00
parent 34da43e7d4
commit 8994a734dd
2 changed files with 6 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ WVectorEditor::~WVectorEditor()
delete mpLayout;
}
CVector3f WVectorEditor::Value()
CVector3f WVectorEditor::Value() const
{
return mValue;
}