mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Change forward declaration to fix warning about mismatch
This commit is contained in:
parent
daacc6a15d
commit
71e40a8d33
@ -34,7 +34,7 @@ class QNetworkReply;
|
||||
class DeviceAPI;
|
||||
class LimeSDRMIThread;
|
||||
class LimeSDRMOThread;
|
||||
class DeviceLimeSDRParams;
|
||||
struct DeviceLimeSDRParams;
|
||||
|
||||
class LimeSDRMIMO : public DeviceSampleMIMO {
|
||||
Q_OBJECT
|
||||
|
@ -33,7 +33,7 @@ class QNetworkReply;
|
||||
class DeviceAPI;
|
||||
class XTRXMIThread;
|
||||
class XTRXMOThread;
|
||||
class DeviceLimeSDRParams;
|
||||
struct DeviceLimeSDRParams;
|
||||
|
||||
#endif // PLUGINS_SAMPLEMIMO_XTRXMIMO_XTRXMIMO_H_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user