[test] fixed header macros for the from_wkt.hpp file

This commit is contained in:
Menelaos Karavelas 2014-04-10 15:24:46 +03:00
parent 22274430b4
commit b03318a647

View File

@ -1,5 +1,5 @@
#ifndef BOOST_GEOMETRY_TEST_MYSQL_FROM_WKT_HPP
#define BOOST_GEOMETRY_TEST_MYSQL_FROM_WKT_HPP
#ifndef BOOST_GEOMETRY_TEST_FROM_WKT_HPP
#define BOOST_GEOMETRY_TEST_FROM_WKT_HPP
#include <boost/geometry/io/wkt/read.hpp>
@ -11,4 +11,4 @@ Geometry from_wkt(std::string const& wkt)
return res;
}
#endif // BOOST_GEOMETRY_TEST_MYSQL_FROM_WKT_HPP
#endif // BOOST_GEOMETRY_TEST_FROM_WKT_HPP