Skip to content
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: 1 addition & 1 deletion CCDB/include/CCDB/CcdbApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ class CcdbApi //: public DatabaseInterface

// tmp helper and single point of entry for a CURL perform call
// helps to switch between easy handle perform and multi handles in a single place
int CURL_perform(CurlHandle* handle) const; // returns a CURLcode
int CURL_perform(CurlHandle* handle) const; // returns a CURLcode

mutable CCDBDownloader* mDownloader = nullptr; //! the multi-handle (async) CURL downloader
bool mIsCCDBDownloaderPreferred = false;
Expand Down
Loading