Navigation Menu

Skip to content

Commit

Permalink
Add a missing argument "error".
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 4, 2014
1 parent 6636899 commit 882caeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion new-interface/index.hpp
Expand Up @@ -30,7 +30,8 @@ class Index {
//
// TODO: 有効なオプションを取得できるようにしたい.
virtual std::unique_ptr<Cursor> create_cursor(
const CursorOptions &options) const = 0;
const CursorOptions &options,
Error *error) const = 0;
};

} // namespace grnxx
Expand Down

0 comments on commit 882caeb

Please sign in to comment.