diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
commit | a48edff7a21ef6426baa1cc6eca501930cb35645 (patch) | |
tree | e32f567657e6114ac17a4af7546e55df58a094c9 /common/commandprocessor.h | |
parent | 1d9e0016d63f9b5d86d54cfa0f396d3ea24a2db6 (diff) | |
download | sink-a48edff7a21ef6426baa1cc6eca501930cb35645.tar.gz sink-a48edff7a21ef6426baa1cc6eca501930cb35645.zip |
Fixed build issues with pedantic enabled
Diffstat (limited to 'common/commandprocessor.h')
-rw-r--r-- | common/commandprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commandprocessor.h b/common/commandprocessor.h index eeb7ecf..a4beed6 100644 --- a/common/commandprocessor.h +++ b/common/commandprocessor.h | |||
@@ -34,7 +34,7 @@ namespace Sink { | |||
34 | class Pipeline; | 34 | class Pipeline; |
35 | class Inspector; | 35 | class Inspector; |
36 | class Synchronizer; | 36 | class Synchronizer; |
37 | class QueuedCommand; | 37 | struct QueuedCommand; |
38 | class QueryBase; | 38 | class QueryBase; |
39 | 39 | ||
40 | /** | 40 | /** |