diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-07 00:09:15 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-07 00:09:15 +0200 |
commit | 724a0380b7709a64a433dff0cc8fba26aea1df98 (patch) | |
tree | 98472fbd2b41809f7c2a253d85f70710f322235d /common/resourceaccess.cpp | |
parent | ef8fcadb0c0ad4af055262a4dd9c37d4905cc0fa (diff) | |
download | sink-724a0380b7709a64a433dff0cc8fba26aea1df98.tar.gz sink-724a0380b7709a64a433dff0cc8fba26aea1df98.zip |
Fixed all warnings
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) |