diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 14:46:42 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 14:46:42 (GMT) |
| commit | b35fd0298c0029c17b2377550217e2cd58b4b229 (patch) | |
| tree | 3313398822670ea8705178919c4b9174463d7ccb /src/client/Client.h | |
| parent | 7313bd81ca0fb497062ce350caa89e7e813f54f0 (diff) | |
| download | powder-b35fd0298c0029c17b2377550217e2cd58b4b229.zip powder-b35fd0298c0029c17b2377550217e2cd58b4b229.tar.gz | |
Flush stamps list to file when deletins, Rename stamps undelete function to rescan
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index 1cda795..4f65788 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -112,7 +112,7 @@ public: void DeleteStamp(std::string stampID); std::string AddStamp(GameSave * saveData); std::vector<std::string> GetStamps(int start, int count); - void Client::UnDeleteStamps(); + void RescanStamps(); int GetStampsCount(); SaveFile * GetFirstStamp(); |
