summaryrefslogtreecommitdiffabout
path: root/libkcal/filestorage.h
Unidiff
Diffstat (limited to 'libkcal/filestorage.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/filestorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/filestorage.h b/libkcal/filestorage.h
index e9dc15e..17010ac 100644
--- a/libkcal/filestorage.h
+++ b/libkcal/filestorage.h
@@ -44,7 +44,7 @@ class FileStorage : public CalStorage
44 CalFormat *saveFormat()const; 44 CalFormat *saveFormat()const;
45 45
46 bool open(); 46 bool open();
47 bool load(bool quick = false ); 47 bool load( );
48 bool save(); 48 bool save();
49 bool close(); 49 bool close();
50 50