Using string from the std
This commit is contained in:
parent
526debb5ab
commit
9673cee4d7
6 changed files with 9 additions and 12 deletions
|
@ -729,7 +729,7 @@ void Window::SetAspectRatio(double aspect_ratio, mate::Arguments* args) {
|
|||
window_->SetAspectRatio(aspect_ratio, extra_size);
|
||||
}
|
||||
|
||||
void Window::PreviewFile(const base::string16& filepath, const base::string16& filename) {
|
||||
void Window::PreviewFile(const std::string& filepath, const std::string& filename) {
|
||||
window_->PreviewFile(filepath, filename);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue