diff options
author | Shea Levy <shea@shealevy.com> | 2016-09-02T18·15-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-09-02T18·15-0400 |
commit | 0f3963329018d9cf930e2a0e2b0ec2f4e26b40b3 (patch) | |
tree | 2c65d993ae9407d405255f9a4f0866ade165194d /src/libstore/store-api.hh | |
parent | 7d4ccd9b17ca902438e7045e4ce950525ed554b6 (diff) |
Factor out the unix domain socket-specific code from RemoteStore
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 3d8b4fbbb0cc..ae1d51016e99 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -526,7 +526,7 @@ protected: }; -class LocalFSStore : public Store +class LocalFSStore : public virtual Store { public: const Path rootDir; |