aboutsummaryrefslogtreecommitdiffstats
path: root/AudioFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioFile.h')
-rw-r--r--AudioFile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AudioFile.h b/AudioFile.h
index f44c741..1fa4ce4 100644
--- a/AudioFile.h
+++ b/AudioFile.h
@@ -24,6 +24,8 @@ public:
inline unsigned int channels() const { return m_channels; };
inline bool compilation() const { return m_compilation; };
+ bool operator<(const AudioFile &other) const;
+
private:
bool m_isValid;
std::string m_filename;