mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
38e17d36fc
of digital music in different formats, including MP3 and Ogg Vorbis. It has flexible querying, tagging, intelligent scoring, and more. Author: Andreas Kloeckner <inducer@users.sf.net> WWW: http://madman.sourceforge.net/ PR: ports/87301 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
9 lines
248 B
C++
9 lines
248 B
C++
--- ui/prefs_dialog.cpp.orig 2004-11-08 19:22:13.000000000 +0100
|
|
+++ ui/prefs_dialog.cpp 2004-11-08 19:22:36.000000000 +0100
|
|
@@ -498,4 +498,4 @@
|
|
return make_pair(false, false);
|
|
}
|
|
|
|
-#include "moc_prefs_dialog.cc"
|
|
+#include "prefs_dialog.moc"
|