]> git.pld-linux.org Git - packages/beast.git/blob - beast-c++.patch
- updated to 0.7.4
[packages/beast.git] / beast-c++.patch
1 --- beast-0.7.4/bse/bsecxxvalue.cc.orig 2011-04-08 19:39:21.000000000 +0200
2 +++ beast-0.7.4/bse/bsecxxvalue.cc      2012-04-26 16:51:16.032235592 +0200
3 @@ -56,7 +56,7 @@
4  {
5    GValue *v = gvalue();
6    if (SFI_VALUE_HOLDS_STRING (v))
7 -    return sfi_value_get_string (v);
8 +    return (const SfiString)sfi_value_get_string (v);
9    else if (SFI_VALUE_HOLDS_CHOICE (v))
10      return sfi_value_get_choice (v);
11    else
This page took 0.054946 seconds and 3 git commands to generate.