Browse Source

Hide static_assert from documentation.

pull/34/head
Vladimír Vondruš 14 years ago
parent
commit
7d277b81e7
  1. 2
      src/Plugins/TgaImporter/TgaImporter.cpp

2
src/Plugins/TgaImporter/TgaImporter.cpp

@ -24,7 +24,9 @@ using namespace Corrade::Utility;
namespace Magnum { namespace Trade { namespace TgaImporter {
#ifndef DOXYGEN_GENERATING_OUTPUT
static_assert(sizeof(TgaImporter::Header) == 18, "TgaImporter: header size is not 18 bytes");
#endif
bool TgaImporter::TgaImporter::open(const string& filename) {
ifstream in(filename.c_str());

Loading…
Cancel
Save