Skip to content

Commit 1314d18

Browse files
committed
make function inline
1 parent e2a8e0a commit 1314d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mapbox/geometry_io.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void to_stream(mapbox::feature::property_map const&, std::ostream& dest);
9898

9999
void to_stream(std::vector<mapbox::feature::value> const&, std::ostream& dest);
100100

101-
void quote_string(std::string const& in, std::ostream& dest)
101+
inline void quote_string(std::string const& in, std::ostream& dest)
102102
{
103103
dest << '\"';
104104
for (char c : in)

0 commit comments

Comments
 (0)