* fix gcc4 build of translator add-on tests
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30583 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// TranslatorTestAddOn.cpp
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <Translator.h>
|
||||
#include <OS.h>
|
||||
#include "TranslatorTestAddOn.h"
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
#define BBT_MIME_STRING "image/x-be-bitmap"
|
||||
#define BMP_MIME_STRING "image/x-bmp"
|
||||
|
||||
class CppUnit::Test;
|
||||
namespace CppUnit {
|
||||
class Test;
|
||||
}
|
||||
|
||||
class BMPTranslatorTest : public BTestCase {
|
||||
public:
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
#define BBT_MIME_STRING "image/x-be-bitmap"
|
||||
#define PNG_MIME_STRING "image/png"
|
||||
|
||||
class CppUnit::Test;
|
||||
namespace CppUnit {
|
||||
class Test;
|
||||
}
|
||||
|
||||
class PNGTranslatorTest : public BTestCase {
|
||||
public:
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
#define TEXT_MIME_STRING "text/plain"
|
||||
#define STXT_MIME_STRING "text/x-vnd.Be-stxt"
|
||||
|
||||
class CppUnit::Test;
|
||||
namespace CppUnit {
|
||||
class Test;
|
||||
}
|
||||
|
||||
class STXTTranslatorTest : public BTestCase {
|
||||
public:
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
#define BBT_MIME_STRING "image/x-be-bitmap"
|
||||
#define TGA_MIME_STRING "image/x-targa"
|
||||
|
||||
class CppUnit::Test;
|
||||
namespace CppUnit {
|
||||
class Test;
|
||||
}
|
||||
|
||||
class TGATranslatorTest : public BTestCase {
|
||||
public:
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
#define BBT_MIME_STRING "image/x-be-bitmap"
|
||||
#define TIFF_MIME_STRING "image/tiff"
|
||||
|
||||
class CppUnit::Test;
|
||||
namespace CppUnit {
|
||||
class Test;
|
||||
}
|
||||
|
||||
class TIFFTranslatorTest : public BTestCase {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user