make operator< const
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 31 Oct 2006 01:48:43 +0000 (01:48 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 31 Oct 2006 01:48:43 +0000 (01:48 +0000)
lib/dvb/pmt.h

index 185000d..95d3cc4 100644 (file)
@@ -132,7 +132,7 @@ public:
                        int teletext_magazine_number;  // used for teletext subtitles
                };
                std::string language_code;
-               bool operator<(const subtitleStream &s)
+               bool operator<(const subtitleStream &s) const
                {
                        if (pid != s.pid)
                                return pid < s.pid;