summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.h')
-rw-r--r--src/client/Client.h2
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();