freebsd-ports/graphics/albumshaper/files/patch-src_backend_album.h
Martin Wilke e2f1173a85 Album Shaper is a drag-n-drop hierarchal photo album creation and
modification application. Based on the Qt libraries, Album Shaper is a
cross-platform solution for maintaining your collection of digital images
from various sources.

WWW: http://albumshaper.sf.net

PR:		ports/113880
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
2007-08-02 11:06:58 +00:00

11 lines
353 B
C

--- 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();