diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-27 20:21:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-27 20:26:17 +0200 |
commit | e36b3c4919a703b20838fa3c23456326b9d84b72 (patch) | |
tree | d958132b9d1fdf72fb3105b5779e189d511974ad /proto-udp/ftnoir_protocol_ftn.cpp | |
parent | 27defd345dd8d98ecde6cfb70422c158bd2a4e0e (diff) |
fix lrelease class name conflicts
Diffstat (limited to 'proto-udp/ftnoir_protocol_ftn.cpp')
-rw-r--r-- | proto-udp/ftnoir_protocol_ftn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-udp/ftnoir_protocol_ftn.cpp b/proto-udp/ftnoir_protocol_ftn.cpp index 4e846114..4d57140f 100644 --- a/proto-udp/ftnoir_protocol_ftn.cpp +++ b/proto-udp/ftnoir_protocol_ftn.cpp @@ -42,4 +42,4 @@ module_status udp::initialize() return error(tr("Can't bind socket: %1").arg(outSocket.errorString())); } -OPENTRACK_DECLARE_PROTOCOL(udp, FTNControls, udpDll) +OPENTRACK_DECLARE_PROTOCOL(udp, FTNControls, udp_sender_dll) |