diff options
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 249dd55..038e240 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -41,7 +41,7 @@ | |||
41 | namespace Akonadi2 | 41 | namespace Akonadi2 |
42 | { | 42 | { |
43 | 43 | ||
44 | class QueuedCommand | 44 | struct QueuedCommand |
45 | { | 45 | { |
46 | public: | 46 | public: |
47 | QueuedCommand(int commandId, const std::function<void(int, const QString &)> &callback) | 47 | QueuedCommand(int commandId, const std::function<void(int, const QString &)> &callback) |