apps/musiccollection: build fix
Change-Id: Ia2d4f5b9b80d9385c60136f8f6185c820be2181b Reviewed-on: https://review.haiku-os.org/c/haiku/+/5446 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
parent
5d1501ed1b
commit
92eeb4af7d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user