Problem when expanding struct _SheetObject
- From: Eduardo Silva <edsiper gmail com>
- To: gnumeric-list gnome org
- Subject: Problem when expanding struct _SheetObject
- Date: Mon, 14 Apr 2014 22:21:11 -0600
hi,
i am adding some tweaks on gnumeric 1.12 specifically on struct _SheetObject but on compile time looks like validations are failing with the following message:
GLib-GObject-WARNING **: specified instance size for type 'GnmCellCombo' is smaller than the parent type's 'SheetObject' instance size
GnmCellCombo is defined as follows:
typedef struct {
SheetObject parent;
SheetView *sv;
} GnmCellCombo;
why is complaining about instance size ?, any hints are appreciated,
regards,
--
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]