summaryrefslogtreecommitdiff
path: root/idl/inc/lex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-11 12:31:03 +0200
committerNoel Grandin <noel@peralex.com>2016-02-11 14:47:01 +0200
commit489dd9027f53e6328f281bf087bb5a59246f9500 (patch)
tree0ad253c1909707cba2849d25064f30a64417f36d /idl/inc/lex.hxx
parent33e128b816300d552ae9ad3c611c8464fff08e68 (diff)
rename SeekEnd()->SeekToMax()
Change-Id: I3274106d4459532145aaa9222df0e9d715cf59fc
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r--idl/inc/lex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index 0bfe49164a99..bc0feea2c302 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -216,7 +216,7 @@ public:
SetMax();
}
- void SeekEnd()
+ void SeekToMax()
{
pCurToken = aTokList.begin()+nMaxPos;
}