manual namespace concatenations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
7ed43037e3
commit
09ca3ca1f2
@ -10,13 +10,9 @@
|
||||
// *****************************************************************************
|
||||
// namespace extensions
|
||||
|
||||
namespace Exiv2 {
|
||||
class ExifData;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
// *****************************************************************************
|
||||
// class definitions
|
||||
namespace Exiv2::Internal {
|
||||
// *****************************************************************************
|
||||
// class definitions
|
||||
|
||||
//! Type to specify the IFD to which a metadata belongs
|
||||
enum IfdId {
|
||||
@ -501,6 +497,6 @@ namespace Exiv2 {
|
||||
//! Calculate the exposure time from an APEX shutter speed value
|
||||
URational exposureTime(float shutterSpeedValue);
|
||||
|
||||
}} // namespace Internal, Exiv2
|
||||
} // namespace Exiv2::Internal
|
||||
|
||||
#endif // #ifndef TAGS_INT_HPP_
|
||||
|
||||
Loading…
Reference in New Issue
Block a user