diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-25 15:19:24 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-25 15:19:24 +1000 | 
| commit | 60e27aa2aaa19cdd2cd3bd6101ce28a42324ce9e (patch) | |
| tree | 9d6fa9c20603c5e3fbf05c8f8fa1f6c99f283ca1 | |
| parent | df48b6485e268fb3781867728d37c0b1df948d28 (diff) | |
| download | scintilla-mirror-60e27aa2aaa19cdd2cd3bd6101ce28a42324ce9e.tar.gz | |
Removed mention of class that no longer exists.
| -rw-r--r-- | src/Editor.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/Editor.h b/src/Editor.h index e9dbb27b4..f45d18661 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -581,7 +581,6 @@ public:  	// Public so COM methods for drag and drop can set it.  	int errorStatus;  	friend class AutoSurface; -	friend class SelectionLineIterator;  };  /** | 
