ca11757e4e
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22620 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
367 B
Diff
12 lines
367 B
Diff
--- a/output.cc
|
|
+++ b/output.cc
|
|
@@ -2240,7 +2240,7 @@ struct data_file_record {
|
|
|
|
/* Compares this record to another. First compare the directory names, then
|
|
compare the file names. */
|
|
- bool operator<(const struct data_file_record &other) {
|
|
+ bool operator<(const struct data_file_record &other) const {
|
|
int cmp;
|
|
|
|
cmp = dir.compare(other.dir);
|