Changed Resource::SetPersistent default argument

Former-commit-id: 803534a0216d85f96e6f6f7810e5e76ebcc8bb44
This commit is contained in:
Lynix
2013-03-24 01:07:01 +01:00
parent b5d73ce389
commit 5dd2d0d6a7
5 changed files with 11 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ class NAZARA_API NzResource
bool RemoveResourceListener(NzResourceListener* listener) const;
bool RemoveResourceReference() const;
void SetPersistent(bool persistent = true, bool checkReferenceCount = true);
void SetPersistent(bool persistent = true, bool checkReferenceCount = false);
protected:
void NotifyCreated();