Base: modernize C++: use default member init
This commit is contained in:
@@ -26,10 +26,7 @@
|
||||
|
||||
using namespace Base;
|
||||
|
||||
ViewProjMethod::ViewProjMethod()
|
||||
: hasTransform(false)
|
||||
{
|
||||
}
|
||||
ViewProjMethod::ViewProjMethod() = default;
|
||||
|
||||
bool ViewProjMethod::isValid() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user