1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

fixed native code issue (missing change in previous commit)

This commit is contained in:
Nikolay Pultsin 2015-05-23 20:03:52 +01:00
parent 9135ae7f8c
commit d4410cdec5
3 changed files with 4 additions and 7 deletions

View file

@ -142,7 +142,7 @@ public:
static shared_ptr<StaticObjectMethod> StaticMethod_Paths_tempDirectory;
static shared_ptr<ObjectField> Field_Book_File;
static shared_ptr<StringMethod> Method_Book_getPath;
static shared_ptr<StringMethod> Method_Book_getTitle;
static shared_ptr<StringMethod> Method_Book_getLanguage;
static shared_ptr<StringMethod> Method_Book_getEncodingNoDetection;