Validation with linter
This commit is contained in:
parent
2f7cceb11c
commit
18ac4178fe
3 changed files with 6 additions and 3 deletions
|
@ -374,7 +374,8 @@ void NativeWindow::SetAspectRatio(double aspect_ratio,
|
|||
aspect_ratio_extraSize_ = extra_size;
|
||||
}
|
||||
|
||||
void NativeWindow::PreviewFile(const std::string& filepath, const std::string& filename) {
|
||||
void NativeWindow::PreviewFile(const std::string& filepath,
|
||||
const std::string& filename) {
|
||||
}
|
||||
|
||||
void NativeWindow::RequestToClosePage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue