better naming

This commit is contained in:
2023-02-18 13:46:51 +01:00
parent 3568bdbecf
commit 5f9eb01d94
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class UnixFileGuard {
ReturnValue_t getOpenResult() const;
private:
int fileDescriptor = 0;
int cachedFd = 0;
ReturnValue_t openStatus = returnvalue::OK;
};