diff options
Diffstat (limited to 'recipes/tximage/tximage-0.2/gcc4.patch')
-rw-r--r-- | recipes/tximage/tximage-0.2/gcc4.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/tximage/tximage-0.2/gcc4.patch b/recipes/tximage/tximage-0.2/gcc4.patch new file mode 100644 index 0000000000..d327754d1b --- /dev/null +++ b/recipes/tximage/tximage-0.2/gcc4.patch @@ -0,0 +1,15 @@ + +# +# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de> +# + +--- tximage-0.2/imageviewer.h~gcc4 ++++ tximage-0.2/imageviewer.h +@@ -32,6 +32,7 @@ + #include "imagereader.h" + + class ImageWidget; ++class ImageViewer; + class QString; + class QImage; + class QScrollView; |