summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Schoenmakers <toon.schoenmakers@copernica.com>2015-09-16 15:30:49 +0200
committerToon Schoenmakers <toon.schoenmakers@copernica.com>2015-09-16 15:30:49 +0200
commitfa9b3f12ef210e1321b739437e10d6c56f6796f3 (patch)
treea23aac99e53ab53415ec11c144709de0ef4da697
parent537636373c59b3ce33f15311d2bc89ce72d5cc45 (diff)
parent616a2a43ffa74211b1e6df100fb4370589badbd0 (diff)
Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPP
-rw-r--r--include/inivalue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inivalue.h b/include/inivalue.h
index 8c94576..4f574af 100644
--- a/include/inivalue.h
+++ b/include/inivalue.h
@@ -144,7 +144,7 @@ private:
* @param ini_val
* @return ostream
*/
-std::ostream &operator<<(std::ostream &stream, const IniValue &ini_val);
+PHPCPP_EXPORT std::ostream &operator<<(std::ostream &stream, const IniValue &ini_val);
/**