diff --git a/CCDB/include/CCDB/CcdbApi.h b/CCDB/include/CCDB/CcdbApi.h index ad5b50af90de7..c0414afc9bebf 100644 --- a/CCDB/include/CCDB/CcdbApi.h +++ b/CCDB/include/CCDB/CcdbApi.h @@ -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;