diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 01:31:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 01:31:56 -0600 |
commit | 2ca85d336093fd44a5effafbc44dde7edd4e30ec (patch) | |
tree | ca18ed733e273279bab574978806068e506c241a /src | |
parent | 5b3b788b3748893e44b482b11bf83f045a6bc2c7 (diff) | |
download | tqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.tar.gz tqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.zip |
Fix FTBFS
Diffstat (limited to 'src')
-rwxr-xr-x | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |