Browse Source

Adapted to Magnum changes.

pull/34/head
Vladimír Vondruš 14 years ago
parent
commit
18e9e7aa93
  1. 1
      src/Plugins/TgaImporter/Test/TgaImporterTest.cpp
  2. 1
      src/Plugins/TgaImporter/TgaImporter.cpp

1
src/Plugins/TgaImporter/Test/TgaImporterTest.cpp

@ -21,7 +21,6 @@
#include "../TgaImporter.h"
using namespace std;
using namespace Corrade::Utility;
QTEST_APPLESS_MAIN(Magnum::Trade::TgaImporter::Test::TgaImporterTest)

1
src/Plugins/TgaImporter/TgaImporter.cpp

@ -20,7 +20,6 @@
#include "Trade/ImageData.h"
using namespace std;
using namespace Corrade::Utility;
namespace Magnum { namespace Trade { namespace TgaImporter {

Loading…
Cancel
Save