diff options
Diffstat (limited to 'src/resources/resource.h')
-rw-r--r-- | src/resources/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/resource.h b/src/resources/resource.h index cf3555cf5..d9b220338 100644 --- a/src/resources/resource.h +++ b/src/resources/resource.h @@ -96,11 +96,11 @@ class Resource virtual ~Resource(); std::string mIdPath; /**< Path identifying this resource. */ + std::string mSource; private: time_t mTimeStamp; /**< Time at which the resource was orphaned. */ unsigned mRefCount; /**< Reference count. */ - std::string mSource; #ifdef DEBUG_DUMP_LEAKS bool mDumped; #endif |