summaryrefslogtreecommitdiffstats
path: root/src/Port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Port.cpp')
-rw-r--r--src/Port.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Port.cpp b/src/Port.cpp
index 73b04ce..3506039 100644
--- a/src/Port.cpp
+++ b/src/Port.cpp
@@ -28,6 +28,8 @@ namespace Ganv {
static void
on_value_changed(GanvPort* port, double value, void* portmm)
{
+ (void)port;
+
static_cast<Port*>(portmm)->signal_value_changed.emit(value);
}