Remove 'using namespace' from public header
This commit is contained in:
parent
28ca8aa529
commit
336b759cc0
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user