Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

[LibOverhaul 04] Initialize all class members #3339

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ class TOGGL_INTERNAL_EXPORT GUI : public SyncStateMonitor {
GUI()
: on_display_app_(nullptr)
, on_display_error_(nullptr)
, on_display_overlay_(nullptr)
, on_display_online_state_(nullptr)
, on_display_login_(nullptr)
, on_display_url_(nullptr)
Expand All @@ -375,6 +376,7 @@ class TOGGL_INTERNAL_EXPORT GUI : public SyncStateMonitor {
, on_display_promotion_(nullptr)
, on_display_help_articles_(nullptr)
, on_display_project_colors_(nullptr)
, on_display_countries_(nullptr)
, on_display_obm_experiment_(nullptr)
, lastSyncState(-1)
, lastUnsyncedItemsCount(-1)
Expand Down