1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-08-17 21:22:25 -04:00

Fix type forward declaration.

This commit is contained in:
Jon Beniston 2025-07-07 12:54:19 +01:00
parent 8a4b8e3731
commit 88e52f362a

View File

@ -32,7 +32,7 @@
#include <QTimer>
class DataTSMetaData2;
struct DataTSMetaData2;
class PluginAPI;
class DeviceUISet;
class BasebandSampleSink;