0b04676d3a
PR: 45220 Submitted by: Jens Rehsack <rehsack@liwing.de>
24 lines
495 B
Text
24 lines
495 B
Text
--- list.cpp.orig Mon Nov 11 18:53:23 2002
|
|
+++ list.cpp Mon Nov 11 18:54:14 2002
|
|
@@ -17,15 +17,17 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
-#include <iostream.h>
|
|
-#include <string.h>
|
|
+#include <iostream>
|
|
+#include <cstring>
|
|
#include <id3/tag.h>
|
|
#include <getopt.h>
|
|
-#include <stdlib.h>
|
|
-#include <stdio.h>
|
|
+#include <cstdlib>
|
|
+#include <cstdio>
|
|
#include <id3/misc_support.h>
|
|
#include "frametable.h"
|
|
#include "genre.h"
|
|
+
|
|
+using namespace std;
|
|
|
|
char *GetDescription(const ID3_FrameID eFrameID)
|
|
{
|