diff options
Diffstat (limited to 'libs/fsScan/include/AbstractMedia.h')
-rw-r--r-- | libs/fsScan/include/AbstractMedia.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/fsScan/include/AbstractMedia.h b/libs/fsScan/include/AbstractMedia.h index 573265b..750ffde 100644 --- a/libs/fsScan/include/AbstractMedia.h +++ b/libs/fsScan/include/AbstractMedia.h @@ -63,6 +63,7 @@ public: ///< determine the real size, number of files, etc. virtual size_t ReadChunk(char *buf, size_t bufSize); ///< used to hide the differences between single- and multi-file media. + virtual void Reset(void); static const char *MediaType2Text(int Type); protected: |