From 566dc060676b41e1e58a446b7dcc4159e242fee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 23 Sep 2014 09:36:45 +0200 Subject: Imported Upstream version 0.20.0 --- vapi/libraw.vapi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vapi') diff --git a/vapi/libraw.vapi b/vapi/libraw.vapi index 53f2461..ad7de61 100644 --- a/vapi/libraw.vapi +++ b/vapi/libraw.vapi @@ -37,9 +37,9 @@ public struct ImageParams { public int colors; public uint filters; - private char *make; - private char *model; - private char *cdesc; + public char *make; + public char *model; + public char *cdesc; public string get_make() { return build_string(make, 64); -- cgit v1.2.3