update getXPointer method definition

This commit is contained in:
Qingping Hou
2012-10-31 22:01:52 -04:00
parent db3796cd24
commit f70dc54864

View File

@@ -623,7 +623,7 @@ static const struct luaL_Reg credocument_meth[] = {
{"getPosFromXPointer", getPosFromXPointer},
{"getCurrentPos", getCurrentPos},
{"getCurrentPercent", getCurrentPercent},
{"getCurrentXPointer", getCurrentXPointer},
{"getXPointer", getXPointer},
{"getFullHeight", getFullHeight},
{"getFontSize", getFontSize},
{"getFontFace", getFontFace},