Initialize m_ActivityInfo with default constructor (#1889)

This commit is contained in:
David Markowitz
2025-09-30 21:33:04 -07:00
committed by GitHub
parent 76c2f380bf
commit 670cb124c0

View File

@@ -353,7 +353,7 @@ private:
/** /**
* The database information for this activity * The database information for this activity
*/ */
CDActivities m_ActivityInfo; CDActivities m_ActivityInfo{};
/** /**
* All the active instances of this activity * All the active instances of this activity