Gitweb links:
...log
http://git.netsurf-browser.org/libnslayout.git/shortlog/aed0dede52601d8e9...
...commit
http://git.netsurf-browser.org/libnslayout.git/commit/aed0dede52601d8e94f...
...tree
http://git.netsurf-browser.org/libnslayout.git/tree/aed0dede52601d8e94f64...
The branch, master has been updated
via aed0dede52601d8e94f643c0b39a50da835ec8cd (commit)
from e45be3ce6e34d62bc2b0e7ffe44925fb3f69ffbf (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 -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libnslayout.git/commit/?id=aed0dede52601d8...
commit aed0dede52601d8e94f643c0b39a50da835ec8cd
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
C++ scoping.
diff --git a/include/libnslayout/nslayout.h b/include/libnslayout/nslayout.h
index e51bf31..2a48690 100644
--- a/include/libnslayout/nslayout.h
+++ b/include/libnslayout/nslayout.h
@@ -213,4 +213,8 @@ nslayout_error nslayout_layout_dirty_area(
nslayout_layout *layout,
nslayout_rect *area);
+#ifdef __cplusplus
+}
+#endif
+
#endif
-----------------------------------------------------------------------
Summary of changes:
include/libnslayout/nslayout.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/libnslayout/nslayout.h b/include/libnslayout/nslayout.h
index e51bf31..2a48690 100644
--- a/include/libnslayout/nslayout.h
+++ b/include/libnslayout/nslayout.h
@@ -213,4 +213,8 @@ nslayout_error nslayout_layout_dirty_area(
nslayout_layout *layout,
nslayout_rect *area);
+#ifdef __cplusplus
+}
+#endif
+
#endif
--
NetSurf Layout Engine