mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -66,8 +66,8 @@ namespace Net
|
||||
void manageDatabaseUpdate();
|
||||
void downloadDatabaseFile();
|
||||
|
||||
bool m_enabled;
|
||||
GeoIPDatabase *m_geoIPDatabase;
|
||||
bool m_enabled = false;
|
||||
GeoIPDatabase *m_geoIPDatabase = nullptr;
|
||||
|
||||
static GeoIPManager *m_instance;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user