Remove 'using namespace' from public header

This commit is contained in:
Luis Díaz Más 2018-04-05 18:46:22 +02:00
parent 28ca8aa529
commit 336b759cc0

View File

@ -33,10 +33,6 @@
#include "exif.hpp"
#include "image.hpp"
// *****************************************************************************
// namespace extensions
using namespace Exiv2::Internal;
namespace Exiv2 {
// *****************************************************************************
@ -94,7 +90,7 @@ namespace Exiv2 {
@param tv Pointer to current tag,
@param size Size of the data block used to store Tag Information.
*/
void tagDecoder(const TagVocabulary* tv, uint64_t size);
void tagDecoder(const Internal::TagVocabulary* tv, uint64_t size);
/*!
@brief Interpret File_Properties tag information, and save it in
the respective XMP container.