mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed Linux compile.
This commit is contained in:
parent
016de4fed4
commit
7d70bd694c
@ -84,8 +84,8 @@ namespace musik { namespace core { namespace db { namespace local { namespace ca
|
||||
auto end = REGULAR_PROPERTY_MAP.end();
|
||||
|
||||
return (found == end)
|
||||
? category::PropertyType::Extended
|
||||
: category::PropertyType::Regular;
|
||||
? PropertyType::Extended
|
||||
: PropertyType::Regular;
|
||||
}
|
||||
|
||||
size_t Hash(const PredicateList& input) {
|
||||
@ -139,7 +139,7 @@ namespace musik { namespace core { namespace db { namespace local { namespace ca
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string category::InnerJoinExtended(
|
||||
std::string InnerJoinExtended(
|
||||
const PredicateList& pred, ArgumentList& args)
|
||||
{
|
||||
std::string result;
|
||||
|
Loading…
Reference in New Issue
Block a user