summaryrefslogtreecommitdiff
path: root/AudioManagerDeamon/dataTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDeamon/dataTypes.h')
-rw-r--r--AudioManagerDeamon/dataTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDeamon/dataTypes.h b/AudioManagerDeamon/dataTypes.h
index 0b7b697..604e7aa 100644
--- a/AudioManagerDeamon/dataTypes.h
+++ b/AudioManagerDeamon/dataTypes.h
@@ -85,7 +85,7 @@ public:
source_t sourceID;
sink_t SinkID;
bool mixed;
- QList<source_t> listInterrruptedSources;
+ QList<source_t> listInterruptedSources;
};
#endif /* DATATYPES_H_ */