提交 3e0b93b5 编写于 作者: Y Yueh-Hsuan Chiang

[Java] Fixed a compile error.

上级 05979493
......@@ -36,7 +36,7 @@ public class RocksDB {
// the c++ one.
Options options = new Options();
db.open(options.nativeHandle_, options.cacheSize_, path);
db.transferCppRawPointersOwnership(options);
db.transferCppRawPointersOwnershipFrom(options);
options.dispose();
return db;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册