Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/audaspace/include/file/IFileInput.h')
-rw-r--r--extern/audaspace/include/file/IFileInput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/audaspace/include/file/IFileInput.h b/extern/audaspace/include/file/IFileInput.h
index bb016a88602..aec929e7639 100644
--- a/extern/audaspace/include/file/IFileInput.h
+++ b/extern/audaspace/include/file/IFileInput.h
@@ -40,6 +40,8 @@ class Buffer;
class AUD_API IFileInput
{
public:
+ virtual ~IFileInput() {};
+
/**
* Creates a reader for a file to be read.
* \param filename Path to the file to be read.