Skip to content

Commit

Permalink
Remove redundant this->
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Oct 10, 2024
1 parent b2644be commit 0c83cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cplusplus/VImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ operator>>=(VImage &a, const std::vector<double> b)
void
VImage::rawsave_fd(int fd, VOption *options) const
{
this->rawsave_target(VTarget::new_to_descriptor(fd), options);
rawsave_target(VTarget::new_to_descriptor(fd), options);
}

VIPS_NAMESPACE_END

0 comments on commit 0c83cfb

Please sign in to comment.