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:
committed by
Adrien Destugues
parent
5d1501ed1b
commit
92eeb4af7d
@@ -30,7 +30,7 @@ struct WatchedFile {
|
|||||||
class NodeRefComp {
|
class NodeRefComp {
|
||||||
public:
|
public:
|
||||||
bool
|
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;
|
return a.node < b.node;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
#include "ALMLayout.h"
|
#include "ALMLayout.h"
|
||||||
#include "ALMLayoutBuilder.h"
|
#include "ALMLayoutBuilder.h"
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
static int
|
static int
|
||||||
StringItemComp(const BListItem* first, const BListItem* second)
|
StringItemComp(const BListItem* first, const BListItem* second)
|
||||||
|
|||||||
Reference in New Issue
Block a user