Fix inline
This commit is contained in:
parent
43ffff5900
commit
347be60ba6
@ -21,12 +21,12 @@ private:
|
||||
};
|
||||
|
||||
template<typename Property>
|
||||
struct ::statvfs FuseStatfsReturnTest<Property>::CallStatfsWithValue(Property value) {
|
||||
inline struct ::statvfs FuseStatfsReturnTest<Property>::CallStatfsWithValue(Property value) {
|
||||
return CallStatfsWithImpl(SetPropertyImpl(value));
|
||||
}
|
||||
|
||||
template<typename Property>
|
||||
std::function<void(struct ::statvfs*)> FuseStatfsReturnTest<Property>::SetPropertyImpl(Property value) {
|
||||
inline std::function<void(struct ::statvfs*)> FuseStatfsReturnTest<Property>::SetPropertyImpl(Property value) {
|
||||
return [this, value] (struct ::statvfs *stat) {
|
||||
set(stat, value);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user