blob: 49c3d44a8f06e5a4a2e2b4a6a45e14ed077f78ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/backend/album.h.orig Wed Jul 25 21:29:36 2007
+++ src/backend/album.h Wed Jul 25 21:29:43 2007
@@ -113,7 +113,7 @@
int getCreationDay();
///Updates the creation date to today's date
- void Album::updateCreationDate();
+ void updateCreationDate();
///Updates the modification date to today's date
void updateModificationDate();
|