summaryrefslogtreecommitdiffstats
path: root/src/common/resources/sndfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/resources/sndfile.h')
-rw-r--r--src/common/resources/sndfile.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/common/resources/sndfile.h b/src/common/resources/sndfile.h
index 5fc00f4..7d6d589 100644
--- a/src/common/resources/sndfile.h
+++ b/src/common/resources/sndfile.h
@@ -42,12 +42,5 @@ private:
SNDFILE *m_snd_file;
PHYSFS_File *m_file;
std::string m_last_error;
-
- SF_VIRTUAL_IO snd_callbacks = {
- SNDLength,
- SNDSeek,
- SNDRead,
- SNDWrite,
- SNDTell
- };
+ SF_VIRTUAL_IO m_snd_callbacks;
};