summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 3151896d..4b75a3a6 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'osm.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 1.4 2000/04/23 09:50:40 kls Exp $
+ * $Id: recording.h 1.5 2000/04/24 09:33:58 kls Exp $
*/
#ifndef __RECORDING_H
@@ -20,8 +20,8 @@ class cRecording : public cListObject {
friend class cRecordings;
private:
char *titleBuffer;
- char *name;
char *fileName;
+ char *name;
public:
time_t start;
int priority;