-rw-r--r-- | libkcal/filestorage.h | 2 |
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 @@ -46,3 +46,3 @@ class FileStorage : public CalStorage bool open(); - bool load(bool quick = false ); + bool load( ); bool save(); |