summaryrefslogtreecommitdiffabout
path: root/libkcal/calstorage.h
Side-by-side diff
Diffstat (limited to 'libkcal/calstorage.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/calstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calstorage.h b/libkcal/calstorage.h
index 72972ea..82c8682 100644
--- a/libkcal/calstorage.h
+++ b/libkcal/calstorage.h
@@ -38,9 +38,9 @@ class CalStorage
Calendar *calendar() const { return mCalendar; }
virtual bool open() = 0;
- virtual bool load(bool = false ) = 0;
+ virtual bool load( ) = 0;
virtual bool save() = 0;
virtual bool close() = 0;
private: