Skip to content

Commit

Permalink
fix: call static func
Browse files Browse the repository at this point in the history
  • Loading branch information
dumitory committed Jul 4, 2021
1 parent d485828 commit 60ec798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace ved {
void
ved_manager::copy_image(const std::wstring& in, const std::wstring& out)
{
this->driver_.copy_image(in, out);
ved::driver_disk::copy_image(in, out);
}

void
Expand Down

0 comments on commit 60ec798

Please sign in to comment.