summaryrefslogtreecommitdiff
path: root/src/ring.cc
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2020-10-22 20:34:51 +0200
committerChristian Persch <chpe@src.gnome.org>2020-10-22 20:34:51 +0200
commit095876ffca23d2f389c0a83a552164599c2f6e81 (patch)
tree0160e94251482c5c2595b08cff11d4fb7166ddcf /src/ring.cc
parent6557b6eec39cafdb334aa59f59984d99abb946c1 (diff)
downloadvte-095876ffca23d2f389c0a83a552164599c2f6e81.tar.gz
lib: Simplify smart pointers for glib/pango/pcre types
Diffstat (limited to 'src/ring.cc')
-rw-r--r--src/ring.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ring.cc b/src/ring.cc
index be639f90..27fcec21 100644
--- a/src/ring.cc
+++ b/src/ring.cc
@@ -1677,7 +1677,7 @@ Ring::write_contents(GOutputStream* stream,
* Append an image to the internal image list.
*/
void
-Ring::append_image(vte::cairo::Surface surface,
+Ring::append_image(vte::Freeable<cairo_surface_t> surface,
int pixelwidth,
int pixelheight,
long left,