Re: [Vala] Interface problem



Hi Hessu,

On Mon, 2006-11-06 at 16:17 +0200, Heikki Paajanen wrote:
I ran into problem when using an interface. Following example code
triggers the problem:

"""
using GLib;

public interface TestInterface {
    public abstract int test_method();
}


public class TestClass {

    private TestInterface ti {get; set; }

    public construct(TestInterface _ti) {
        ti = _ti;
    }
}
"""

Thanks for the report, it's fixed in SVN now.

Jürg




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]