diff options
Diffstat (limited to 'graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp')
-rw-r--r-- | graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp b/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp new file mode 100644 index 000000000..4adacaa83 --- /dev/null +++ b/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp @@ -0,0 +1,14 @@ + +$FreeBSD: ports/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp,v 1.1 2009/12/03 12:50:05 pav Exp $ + +--- src/importer/flickr-chooser-button.cpp.orig ++++ src/importer/flickr-chooser-button.cpp +@@ -53,6 +53,8 @@ + virtual + ~FlickrButtonModelColumnRecord() throw(); + ++ FlickrButtonModelColumnRecord(const FlickrButtonModelColumnRecord&) throw(); ++ + const Gtk::TreeModelColumn<PixbufPtr> & + get_column_pixbuf() const throw(); + |