summaryrefslogtreecommitdiff
path: root/src/protocols/pixelsudpstreamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocols/pixelsudpstreamer.cpp')
-rw-r--r--src/protocols/pixelsudpstreamer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocols/pixelsudpstreamer.cpp b/src/protocols/pixelsudpstreamer.cpp
index e7498d7..2855a35 100644
--- a/src/protocols/pixelsudpstreamer.cpp
+++ b/src/protocols/pixelsudpstreamer.cpp
@@ -2,9 +2,9 @@
#include <QUdpSocket>
-PixelsUdpStreamer::PixelsUdpStreamer(std::shared_ptr<ICamera> camera, QObject *parent)
+PixelsUdpStreamer::PixelsUdpStreamer(std::shared_ptr<IScanner> scanner, QObject *parent)
: QObject{parent}
- , IProtocol{camera}
+ , IProtocol{scanner}
{}
bool PixelsUdpStreamer::start()