]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.h
Work in progress on printing stuff.
[wxWidgets.git] / src / stc / ScintillaWX.h
index d5a0127b7c87f39708fa9b1b32d92773dd82d8a6..a902db5ed64ffcd317152ec79bf71feea6ae4410 100644 (file)
@@ -144,7 +144,7 @@ public:
     int  DoKeyDown(int key, bool shift, bool ctrl, bool alt, bool meta, bool* consumed);
     void DoTick() { Tick(); }
     void DoOnIdle(wxIdleEvent& evt);
-    
+
 #if wxUSE_DRAG_AND_DROP
     bool DoDropText(long x, long y, const wxString& data);
     wxDragResult DoDragEnter(wxCoord x, wxCoord y, wxDragResult def);