]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Make PutUnion public
authorFrederik <scumm_fredo@gmx.net>
Sat, 1 Aug 2009 20:21:49 +0000 (22:21 +0200)
committerJaap A. Haitsma <jaap@haitsma.org>
Sat, 1 Aug 2009 20:21:49 +0000 (22:21 +0200)
vala tiff example now works

vapi/tiff.vapi

index cc0a10e66f13a26b76c5389d94f4c2c609ef6456..1b4bf7f9737272fa4401c425e6fff066e0ecdc8b 100644 (file)
@@ -104,7 +104,7 @@ namespace Tiff {
        }
 
        [Compact]
-       private class PutUnion {
+       public class PutUnion {
                public delegate void any (RGBAImage p1);
                TileContigRoutine contig;
                TileSeparateRoutine separate;