Changing names and memory leak fix
This commit is contained in:
parent
6bac17fb9a
commit
9b19e6ee38
6 changed files with 18 additions and 18 deletions
|
@ -374,8 +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& path,
|
||||
const std::string& fileName) {
|
||||
}
|
||||
|
||||
void NativeWindow::RequestToClosePage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue