Right, so this should´n be working I think.

struct SomeStruct
{
    void foo(int);
}

SomeStruct s;
s.foo = 10;

I thought that only with @property this will work.

Reply via email to