summaryrefslogtreecommitdiff
path: root/mngurls.h
diff options
context:
space:
mode:
Diffstat (limited to 'mngurls.h')
-rw-r--r--mngurls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mngurls.h b/mngurls.h
index d500f61..5c58d3e 100644
--- a/mngurls.h
+++ b/mngurls.h
@@ -41,7 +41,7 @@ class cManageUrls {
virtual ~cManageUrls();
void appendEntry (string type, string guid);
- void deleteEntry(string type, string guid);
+ bool deleteEntry(string type, string guid);
size_t size();
sUrlEntry* getEntry(int index);
@@ -52,6 +52,7 @@ class cManageUrls {
Log* mLog;
+ string mFilename;
ofstream* mFile;
vector<sUrlEntry*> mEntries;