mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
MSVC compatibility: Always initialize all members of the QofObject struct.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18954 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -176,6 +176,7 @@ static QofObject sxtg_object_def =
|
||||
DI(.interface_version = ) QOF_OBJECT_VERSION,
|
||||
DI(.e_type = ) GNC_ID_SXTG,
|
||||
DI(.type_label = ) "Scheduled Transaction Templates",
|
||||
DI(.create = ) NULL,
|
||||
DI(.book_begin = ) sxtg_book_begin,
|
||||
DI(.book_end = ) sxtg_book_end,
|
||||
DI(.is_dirty = ) sxtg_is_dirty,
|
||||
|
||||
@@ -2382,6 +2382,7 @@ static QofObject commodity_object_def =
|
||||
DI(.interface_version = ) QOF_OBJECT_VERSION,
|
||||
DI(.e_type = ) GNC_ID_COMMODITY,
|
||||
DI(.type_label = ) "Commodity",
|
||||
DI(.create = ) NULL,
|
||||
DI(.book_begin = ) NULL,
|
||||
DI(.book_end = ) NULL,
|
||||
DI(.is_dirty = ) qof_collection_is_dirty,
|
||||
@@ -2395,6 +2396,7 @@ static QofObject namespace_object_def =
|
||||
DI(.interface_version = ) QOF_OBJECT_VERSION,
|
||||
DI(.e_type = ) GNC_ID_COMMODITY_NAMESPACE,
|
||||
DI(.type_label = ) "Namespace",
|
||||
DI(.create = ) NULL,
|
||||
DI(.book_begin = ) NULL,
|
||||
DI(.book_end = ) NULL,
|
||||
DI(.is_dirty = ) NULL,
|
||||
|
||||
Reference in New Issue
Block a user