summaryrefslogtreecommitdiff
path: root/src/resources/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/resource.h')
-rw-r--r--src/resources/resource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/resource.h b/src/resources/resource.h
index 1b62c0206..d8f4a7f11 100644
--- a/src/resources/resource.h
+++ b/src/resources/resource.h
@@ -89,8 +89,9 @@ class Resource
*/
virtual ~Resource();
- private:
std::string mIdPath; /**< Path identifying this resource. */
+
+ private:
time_t mTimeStamp; /**< Time at which the resource was orphaned. */
unsigned mRefCount; /**< Reference count. */
std::string mName;