mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
fix mac server cache build
This commit is contained in:
parent
6aa60327a3
commit
ece3fd22d8
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ namespace server {
|
||||||
class ServerResultCache final {
|
class ServerResultCache final {
|
||||||
public:
|
public:
|
||||||
using Extract = decltype(detail::ExtractServerReqParams(F));
|
using Extract = decltype(detail::ExtractServerReqParams(F));
|
||||||
using Result = Extract::Result;
|
using Result = typename Extract::Result;
|
||||||
using Query = Extract::Query;
|
using Query = typename Extract::Query;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
class Cache final {
|
class Cache final {
|
||||||
|
|
Loading…
Reference in a new issue