From b4168a61fbf56afea00f06d308eddbe1a562c1bf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 17 Dec 2015 18:20:35 +0100 Subject: Fixed build --- examples/client/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client/main.cpp b/examples/client/main.cpp index 9e70872..04ced55 100644 --- a/examples/client/main.cpp +++ b/examples/client/main.cpp @@ -289,7 +289,7 @@ int main(int argc, char *argv[]) } else if (command == "stat") { auto resources = args; for (const auto &resource : resources) { - Akonadi2::Storage::Storage storage(Akonadi2::storageLocation(), resource, Akonadi2::Storage::ReadOnly); + Akonadi2::Storage storage(Akonadi2::storageLocation(), resource, Akonadi2::Storage::ReadOnly); auto transaction = storage.createTransaction(Akonadi2::Storage::ReadOnly); QList databases = transaction.getDatabaseNames(); -- cgit v1.2.3