From 2ca85d336093fd44a5effafbc44dde7edd4e30ec Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Dec 2011 01:31:56 -0600 Subject: Fix FTBFS --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.h b/src/Editor.h index d5abdbd..7dca342 100755 --- a/src/Editor.h +++ b/src/Editor.h @@ -368,7 +368,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void ScrollTo(int line, bool moveThumb=true); virtual void ScrollText(int linesToMove); - voidQt::HorizontalScrollTo(int xPos); + void HorizontalScrollTo(int xPos); void MoveCaretInsideView(bool ensureVisible=true); int DisplayFromPosition(int pos); void EnsureCaretVisible(bool useMargin=true, bool vert=true, bool horiz=true); -- cgit v1.2.3