diff options
author | nyamatongwe <devnull@localhost> | 2010-08-05 09:56:20 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-08-05 09:56:20 +1000 |
commit | 3dc0f453941634b804e127313297c49c056c8935 (patch) | |
tree | b98330bcaf7e605ebef6c165dcf051d8cebab297 /macosx/ScintillaMacOSX.h | |
parent | 4a48b174b27f83049595c92ce2049047f5937fb1 (diff) | |
download | scintilla-mirror-3dc0f453941634b804e127313297c49c056c8935.tar.gz |
Removed line end white space.
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r-- | macosx/ScintillaMacOSX.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h index fd20be2d2..d9da7e295 100644 --- a/macosx/ScintillaMacOSX.h +++ b/macosx/ScintillaMacOSX.h @@ -89,8 +89,8 @@ class ScintillaMacOSX : public ScintillaBase, public TView bool capturedMouse; // true if scintilla initiated the drag session - bool inDragSession() { return inDragDrop == ddDragging; }; - bool isTracking; + bool inDragSession() { return inDragDrop == ddDragging; }; + bool isTracking; // Private so ScintillaMacOSX objects can not be copied ScintillaMacOSX(const ScintillaMacOSX &) : ScintillaBase(), TView( NULL ) {} @@ -113,7 +113,7 @@ public: private: virtual void Initialise(); virtual void Finalise(); - + // pasteboard support bool GetPasteboardData(PasteboardRef &pasteBoard, SelectionText *selectedText, bool *isFileURL); @@ -168,7 +168,7 @@ public: // Public for scintilla_send_message void Resize(int width, int height); static pascal void LiveScrollHandler( ControlHandle control, SInt16 part ); bool ScrollBarHit(HIPoint location); - + virtual void NotifyChange(); virtual void NotifyFocus(bool focus); virtual void NotifyParent(SCNotification scn); @@ -227,7 +227,7 @@ public: static HIViewRef Create(); private: static OSStatus Construct( HIViewRef inControl, TView** outView ); - + }; |