mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 22:17:43 +00:00
WVectorEditor: Make use of in-class initializers where applicable
This commit is contained in:
@@ -29,7 +29,7 @@ WVectorEditor::~WVectorEditor()
|
||||
delete mpLayout;
|
||||
}
|
||||
|
||||
CVector3f WVectorEditor::Value()
|
||||
CVector3f WVectorEditor::Value() const
|
||||
{
|
||||
return mValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user