Skip to content

Commit f0fcc0b

Browse files
committed
To fix the ccdb initializer
1 parent 45b841f commit f0fcc0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct Chargedkstaranalysis {
158158

159159
Service<o2::ccdb::BasicCCDBManager> ccdb{};
160160
Service<o2::framework::O2DatabasePDG> pdg{};
161-
o2::ccdb::CcdbApi ccdbApi{};
161+
o2::ccdb::CcdbApi ccdbApi;
162162

163163
Configurable<std::string> cfgURL{"cfgURL", "http://alice-ccdb.cern.ch", "Address of the CCDB to browse"};
164164
// Configurable<int64_t> nolaterthan{"ccdb-no-later-than", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(), "Latest acceptable timestamp of creation for the object"};

0 commit comments

Comments
 (0)