summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llscripteditor.h')
-rw-r--r--indra/newview/llscripteditor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llscripteditor.h b/indra/newview/llscripteditor.h
index 8c5ab362a3..f458203a39 100644
--- a/indra/newview/llscripteditor.h
+++ b/indra/newview/llscripteditor.h
@@ -48,7 +48,7 @@ public:
void initKeywords();
void loadKeywords();
- void clearSegments();
+ /* virtual */ void clearSegments();
LLKeywords::keyword_iterator_t keywordsBegin() { return mKeywords.begin(); }
LLKeywords::keyword_iterator_t keywordsEnd() { return mKeywords.end(); }
@@ -58,7 +58,8 @@ protected:
private:
void drawLineNumbers();
- void updateSegments();
+ /* virtual */ void updateSegments();
+ /* virtual */ void drawSelectionBackground();
void loadKeywords(const std::string& filename_keywords,
const std::string& filename_colors);