[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sw/inc

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 8 12:46:37 UTC 2019


 sw/inc/postithelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e4d55f2663f95375f0f864bed232e5600c3d7ca
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon Jul 8 14:34:35 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

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;
 


More information about the Libreoffice-commits mailing list