minor adjustment for Makefile and document.lua

This commit is contained in:
Qingping Hou
2012-08-25 22:52:12 +08:00
parent 3fb28b08fd
commit c1ccff70ad
2 changed files with 6 additions and 2 deletions

View File

@@ -70,6 +70,10 @@ function Document:new(o)
return o
end
-- override this method to open a document
function Document:init()
end
-- this might be overridden by a document implementation
function Document:unlock(password)
-- return true instead when the password provided unlocked the document