Base: fix google-explicit-constructor
This commit is contained in:
@@ -214,7 +214,7 @@ void PointKernel::RestoreDocFile(Base::Reader& reader)
|
||||
|
||||
void PointKernel::save(const char* file) const
|
||||
{
|
||||
Base::ofstream out(file, std::ios::out);
|
||||
Base::ofstream out(Base::FileInfo(file), std::ios::out);
|
||||
save(out);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user