From d3c03f65fe25e133b8ef8a5f67b675b434605305 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 11 Sep 2017 09:05:35 +1000 Subject: Backport: The Scintilla namespace is always active for internal symbols and for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. --- src/ViewStyle.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ViewStyle.cxx') diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 771d4a8f4..70419569b 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -26,9 +26,7 @@ #include "Style.h" #include "ViewStyle.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif MarginStyle::MarginStyle(int style_, int width_, int mask_) : style(style_), width(width_), mask(mask_), sensitive(false), cursor(SC_CURSORREVERSEARROW) { -- cgit v1.2.3