apps/musiccollection: build fix

Change-Id: Ia2d4f5b9b80d9385c60136f8f6185c820be2181b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5446
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Pascal Abresch
2022-07-15 11:17:15 +00:00
committed by Adrien Destugues
parent 5d1501ed1b
commit 92eeb4af7d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ struct WatchedFile {
class NodeRefComp {
public:
bool
operator()(const node_ref& a, const node_ref& b)
operator()(const node_ref& a, const node_ref& b) const
{
return a.node < b.node;
}
@@ -19,6 +19,7 @@
#include "ALMLayout.h"
#include "ALMLayoutBuilder.h"
#include <ctype.h>
static int
StringItemComp(const BListItem* first, const BListItem* second)