summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-01 01:31:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-01 01:31:56 -0600
commit2ca85d336093fd44a5effafbc44dde7edd4e30ec (patch)
treeca18ed733e273279bab574978806068e506c241a /src
parent5b3b788b3748893e44b482b11bf83f045a6bc2c7 (diff)
downloadtqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.tar.gz
tqscintilla-2ca85d336093fd44a5effafbc44dde7edd4e30ec.zip
Fix FTBFS
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Editor.h2
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);