12 lines
361 B
Diff
12 lines
361 B
Diff
|
--- trm-0.2.1/defs.h~ 2003-01-30 22:13:05.000000000 +0100
|
||
|
+++ trm-0.2.1/defs.h 2006-12-21 12:36:59.000000000 +0100
|
||
|
@@ -16,7 +16,7 @@
|
||
|
string fileName;
|
||
|
unsigned long duration;
|
||
|
|
||
|
- Metadata::Metadata(void) { trackNum = 0; };
|
||
|
+ Metadata(void) { trackNum = 0; };
|
||
|
Metadata &operator=(const Metadata &other)
|
||
|
{
|
||
|
artist = other.artist;
|