summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'update.h')
-rw-r--r--update.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.h b/update.h
index af90767..aca9a87 100644
--- a/update.h
+++ b/update.h
@@ -75,7 +75,7 @@ class cEventDetails
public:
cEventDetails() { changes = 0; }
- ~cEventDetails() { }
+ ~cEventDetails() {}
int getChanges() { return changes; }
void clearChanges() { changes = 0; }
@@ -84,7 +84,7 @@ class cEventDetails
void setValue(const char* name, int value);
int storeToFs(const char* path);
- int loadFromFs(const char* path);
+ int loadFromFs(const char* path, cDbRow* row, int doClear = yes);
int updateByRow(cDbRow* row);
int updateToRow(cDbRow* row);