diff options
Diffstat (limited to 'include/Accessor.h')
-rw-r--r-- | include/Accessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Accessor.h b/include/Accessor.h index b4b7e62ec..3c858093d 100644 --- a/include/Accessor.h +++ b/include/Accessor.h @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // Accessor.h - rapid easy access to contents of a Scintilla -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. enum { wsSpace = 1, wsTab = 2, wsSpaceTab = 4, wsInconsistent=8}; |