Use header guards instead of pragma once
This commit is contained in:
parent
669ab49c43
commit
08cbb0c206
@ -26,7 +26,8 @@
|
||||
@date 12-Dec-03, ahu: created<BR>
|
||||
02-Apr-05, ahu: moved to Exiv2 namespace
|
||||
*/
|
||||
#pragma once
|
||||
#ifndef FUTILS_HPP_
|
||||
#define FUTILS_HPP_
|
||||
|
||||
#include "config.h"
|
||||
|
||||
@ -201,4 +202,6 @@ namespace Exiv2
|
||||
static void EXIV2API Decode(Uri& uri);
|
||||
};
|
||||
|
||||
} // namespace Exiv2
|
||||
} // namespace Exiv2
|
||||
|
||||
#endif // #ifndef FUTILS_HPP_
|
||||
Loading…
Reference in New Issue
Block a user