From b7062b01a0568a331d11402f6982b91f8e3563c7 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Fri, 17 Feb 2012 16:19:50 +0100 Subject: [PATCH] Add namespace TextEditor around DocumentMarker Missed in moving the class Change-Id: Iec712b64338d0ec84d7aa599d36f1a7845be2a74 Reviewed-by: hjk --- src/plugins/texteditor/basetextdocumentlayout.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/texteditor/basetextdocumentlayout.cpp b/src/plugins/texteditor/basetextdocumentlayout.cpp index 0b9f69397ad..0166d19a4fe 100644 --- a/src/plugins/texteditor/basetextdocumentlayout.cpp +++ b/src/plugins/texteditor/basetextdocumentlayout.cpp @@ -35,6 +35,7 @@ using namespace TextEditor; +namespace TextEditor { namespace Internal { class DocumentMarker : public ITextMarkable @@ -147,6 +148,7 @@ void DocumentMarker::updateMark(ITextMark *mark) } } // namespace Internal +} // namespace TextEditor CodeFormatterData::~CodeFormatterData() {