-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 @@ -44,7 +44,7 @@ class FileStorage : public CalStorage CalFormat *saveFormat()const; bool open(); - bool load(bool quick = false ); + bool load( ); bool save(); bool close(); |