[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Vala] fixed
- From: Alexey Lubimov <avl l14 ru>
- To: vala-list gnome org
- Subject: [Vala] fixed
- Date: Thu, 28 Aug 2008 17:15:01 +0400
Alexey Lubimov пишет:
Vala cannot initialize struct members?
wrong code:
public struct TreeViewColumnState {
bool clickable = true;
}
good code:
public struct TreeViewColumnState {
bool clickable;
}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]