Gitweb links:
...log
http://git.netsurf-browser.org/libnslayout.git/shortlog/e45be3ce6e34d62bc...
...commit
http://git.netsurf-browser.org/libnslayout.git/commit/e45be3ce6e34d62bc2b...
...tree
http://git.netsurf-browser.org/libnslayout.git/tree/e45be3ce6e34d62bc2b0e...
The branch, master has been updated
via e45be3ce6e34d62bc2b0e7ffe44925fb3f69ffbf (commit)
from 244ff9f08dd8c83baba4d44401eae0e8ebb58246 (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=e45be3ce6e34d62...
commit e45be3ce6e34d62bc2b0e7ffe44925fb3f69ffbf
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 a720b32..e51bf31 100644
--- a/include/libnslayout/nslayout.h
+++ b/include/libnslayout/nslayout.h
@@ -8,6 +8,11 @@
#ifndef nslayout_nslayout_h_
#define nslayout_nslayout_h_
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
#include <libcss/libcss.h>
#include <dom/dom.h>
-----------------------------------------------------------------------
Summary of changes:
include/libnslayout/nslayout.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/libnslayout/nslayout.h b/include/libnslayout/nslayout.h
index a720b32..e51bf31 100644
--- a/include/libnslayout/nslayout.h
+++ b/include/libnslayout/nslayout.h
@@ -8,6 +8,11 @@
#ifndef nslayout_nslayout_h_
#define nslayout_nslayout_h_
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
#include <libcss/libcss.h>
#include <dom/dom.h>
--
NetSurf Layout Engine