Re: [Vala] contructor



but this works, I think it has something to do with "construct"


class xml_parser {

private database db;
        
        public void xml_parser (database db) {
                this.db = db;
        }

V Utorok, 4. január 2011 o 16:17 +0100, Dr. Michael Lauer napísal(a):
Welcome to the wonderful world of conflicting C-names.

Try naming your class XmlParser (which looks better to me
anyways...)

:M:

_______________________________________________
vala-list mailing list
vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list

Attachment: signature.asc
Description: This is a digitally signed message part



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