Small cleaning.
This commit is contained in:
parent
70220fc6e9
commit
d7fe11913f
26 changed files with 613 additions and 548 deletions
|
@ -131,7 +131,7 @@ void File::close()
|
|||
FileFormat::Format File::inferFormat() const
|
||||
{
|
||||
const auto extension = getExtension();
|
||||
return FileFormat::InferFormat(extension);
|
||||
return FileFormat::inferFormat(extension);
|
||||
}
|
||||
|
||||
void File::writeText(const std::string& text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue