sw/inc/postithelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e4d55f2663f95375f0f864bed232e5600c3d7ca Author: Miklos Vajna <[email protected]> AuthorDate: Mon Jul 8 14:34:35 2019 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Mon Jul 8 14:45:57 2019 +0200 sw: fix gcc-4.8 build Change-Id: Ic912a3760ab0faa2db647a74a9290edd04a1de0e Reviewed-on: https://gerrit.libreoffice.org/75221 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 2a4d5699e426..1ac716d91e38 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -34,7 +34,7 @@ class SwEditWin; namespace sw { namespace annotation { class SwAnnotationWin; } } -namespace sw::mark { class IMark; } +namespace sw { namespace mark { class IMark; } } struct SwPosition; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
