Fix build

This commit is contained in:
Sebastian Messmer 2018-09-16 00:06:54 -07:00
parent a866fda3a9
commit 0769039052
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@ private:
};
template<typename Property>
FUSE_STAT FuseLstatReturnTest<Property>::CallFileLstatWithValue(Property value) {
fspp::fuse::STAT FuseLstatReturnTest<Property>::CallFileLstatWithValue(Property value) {
return CallFileLstatWithImpl(SetPropertyImpl(value));
}
template<typename Property>
FUSE_STAT FuseLstatReturnTest<Property>::CallDirLstatWithValue(Property value) {
fspp::fuse::STAT FuseLstatReturnTest<Property>::CallDirLstatWithValue(Property value) {
return CallDirLstatWithImpl(SetPropertyImpl(value));
}