diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:45 +0200 |
commit | 566dc060676b41e1e58a446b7dcc4159e242fee6 (patch) | |
tree | 6eaeba1cf78d3f03b8a1d5bfa998eb104ca47425 /vapi/libraw.vapi | |
parent | 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d (diff) |
Imported Upstream version 0.20.0upstream/0.20.0
Diffstat (limited to 'vapi/libraw.vapi')
-rw-r--r-- | vapi/libraw.vapi | 6 |
1 files changed, 3 insertions, 3 deletions
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); |