Fixed Linux compile.

This commit is contained in:
casey langen 2018-01-05 14:11:30 -08:00
parent 016de4fed4
commit 7d70bd694c

View File

@ -84,8 +84,8 @@ namespace musik { namespace core { namespace db { namespace local { namespace ca
auto end = REGULAR_PROPERTY_MAP.end(); auto end = REGULAR_PROPERTY_MAP.end();
return (found == end) return (found == end)
? category::PropertyType::Extended ? PropertyType::Extended
: category::PropertyType::Regular; : PropertyType::Regular;
} }
size_t Hash(const PredicateList& input) { size_t Hash(const PredicateList& input) {
@ -139,7 +139,7 @@ namespace musik { namespace core { namespace db { namespace local { namespace ca
return result; return result;
} }
std::string category::InnerJoinExtended( std::string InnerJoinExtended(
const PredicateList& pred, ArgumentList& args) const PredicateList& pred, ArgumentList& args)
{ {
std::string result; std::string result;