Skip to content

Commit

Permalink
Initializing valueid - hotfix for #305
Browse files Browse the repository at this point in the history
  • Loading branch information
mrks committed Feb 3, 2014
1 parent 3a2b8b8 commit c4baccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/storage/storage_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class ValueId {
value_id_t valueId;
table_id_t table;

ValueId() { }
ValueId() : valueId(0), table(0) { }
ValueId(value_id_t _valueId, table_id_t _table) : valueId(_valueId), table(_table) { }


Expand Down

0 comments on commit c4baccb

Please sign in to comment.