[geos-commits] [SCM] GEOS branch svn-3.5 updated. be199aa38726248cc5b52c809ce0157f75f6a2fb

git at osgeo.org git at osgeo.org
Thu Jan 24 15:41:16 PST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, svn-3.5 has been updated
       via  be199aa38726248cc5b52c809ce0157f75f6a2fb (commit)
      from  53df8191cdc8d15de75406a444038bbc6a9a7e9e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit be199aa38726248cc5b52c809ce0157f75f6a2fb
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jan 24 15:41:08 2019 -0800

    Fix syntax error

diff --git a/tests/unit/tut/tut_result.hpp b/tests/unit/tut/tut_result.hpp
index 7f3bdc3..e0ab52a 100644
--- a/tests/unit/tut/tut_result.hpp
+++ b/tests/unit/tut/tut_result.hpp
@@ -3,6 +3,9 @@
 
 #include <string>
 
+namespace tut
+{
+
 #if defined(TUT_USE_POSIX)
 
 #include <sys/types.h>

-----------------------------------------------------------------------

Summary of changes:
 tests/unit/tut/tut_result.hpp | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list