summaryrefslogtreecommitdiff
path: root/devel/cpp-hocon/files/patch-lib_inc_hocon_path.hpp
blob: 0fa53ae9cdf77fcf8955b5d6d21cce8c1f10a8ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);