diff options
Diffstat (limited to 'indra/newview/llfloatergotoline.h')
-rw-r--r-- | indra/newview/llfloatergotoline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatergotoline.h b/indra/newview/llfloatergotoline.h index 058d601752..04618ba881 100644 --- a/indra/newview/llfloatergotoline.h +++ b/indra/newview/llfloatergotoline.h @@ -59,7 +59,7 @@ private: static LLFloaterGotoLine* sInstance; protected: - LLLineEditor* mGotoBox; + LLLineEditor* mGotoBox; void onGotoBoxCommit(); }; |