Commit 6564aec4ee91f58557b7c8289c4ad1644024f890

Authored by David Graeff
1 parent 1436e5db

Fix compile errors on windows

Signed-off-by: David Graeff <david.graeff@web.de>
Showing 1 changed file with 3 additions and 4 deletions
openhantek/src/dataanalyzer.h
@@ -33,10 +33,9 @@ @@ -33,10 +33,9 @@
33 #include "definitions.h" 33 #include "definitions.h"
34 #include "utils/printutils.h" 34 #include "utils/printutils.h"
35 35
36 -class DsoSettingsOptions;  
37 -class DsoSettingsScope;  
38 -class DsoSettingsView;  
39 -class HantekDSOAThread; 36 +struct DsoSettingsOptions;
  37 +struct DsoSettingsScope;
  38 +struct DsoSettingsView;
40 //////////////////////////////////////////////////////////////////////////////// 39 ////////////////////////////////////////////////////////////////////////////////
41 /// \struct SampleValues dataanalyzer.h 40 /// \struct SampleValues dataanalyzer.h
42 /// \brief Struct for a array of sample values. 41 /// \brief Struct for a array of sample values.