Fix build
This commit is contained in:
parent
a866fda3a9
commit
0769039052
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user