summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spectrum/app/wavfile.h')
-rw-r--r--demos/spectrum/app/wavfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/spectrum/app/wavfile.h b/demos/spectrum/app/wavfile.h
index f2f3304..fc14b08 100644
--- a/demos/spectrum/app/wavfile.h
+++ b/demos/spectrum/app/wavfile.h
@@ -77,6 +77,7 @@ public:
private:
QAudioFormat m_format;
qint64 m_dataLength;
+ qint64 m_dataPosition;
};
#endif