Use header guards instead of pragma once

This commit is contained in:
Luis Diaz Mas 2018-08-27 11:45:56 +02:00 committed by Luis Díaz Más
parent 669ab49c43
commit 08cbb0c206

View File

@ -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_