Mute some warnings (#6563)

This commit is contained in:
Flössie
2022-08-26 11:54:12 +02:00
parent efbcebb522
commit 6819b32be7
6 changed files with 101 additions and 96 deletions

View File

@@ -38,7 +38,7 @@ int RTImage::scaleBack = 0;
RTImage::RTImage () {}
RTImage::RTImage (RTImage &other) : surface(other.surface), pixbuf(other.pixbuf)
RTImage::RTImage (RTImage &other) : Gtk::Image(), surface(other.surface), pixbuf(other.pixbuf)
{
if (pixbuf) {
set(pixbuf);