mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
293 B
C++
11 lines
293 B
C++
--- lib/inc/hocon/path.hpp.orig 2016-09-23 20:45:10 UTC
|
|
+++ lib/inc/hocon/path.hpp
|
|
@@ -10,7 +10,7 @@
|
|
|
|
namespace hocon {
|
|
|
|
- class LIBCPP_HOCON_EXPORT path {
|
|
+ class CPP_HOCON_EXPORT path {
|
|
public:
|
|
path();
|
|
explicit path(std::string first, path const& remainder);
|