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 3, 2014
1 parent f3ce403 commit 6215240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion new-interface/column.hpp
Expand Up @@ -142,7 +142,8 @@ class Column {
// - オプションが不正である.
// - リソースが確保できない.
virtual std::unique_ptr<Cursor> create_cursor(
const CursorOptions &options) const = 0;
const CursorOptions &options,
Error *error) const = 0;

protected:
Column();
Expand Down

0 comments on commit 6215240

Please sign in to comment.