mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -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 {
|
||||
public:
|
||||
using Extract = decltype(detail::ExtractServerReqParams(F));
|
||||
using Result = Extract::Result;
|
||||
using Query = Extract::Query;
|
||||
using Result = typename Extract::Result;
|
||||
using Query = typename Extract::Query;
|
||||
|
||||
private:
|
||||
class Cache final {
|
||||
|
|
Loading…
Reference in a new issue