summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r--src/server/InputPort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp
index 0dbf3550..db614efa 100644
--- a/src/server/InputPort.hpp
+++ b/src/server/InputPort.hpp
@@ -92,7 +92,7 @@ public:
protected:
size_t _num_edges; ///< Pre-process thread
- Edges _edges;
+ Edges _edges; ///< Audio thread
};
} // namespace Server