Skip to content

Commit

Permalink
the step number needs to be a size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Sep 17, 2017
1 parent f22a864 commit 2a7a0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goto-programs/goto_trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Date: July 2005
class goto_trace_stept
{
public:
unsigned step_nr;
std::size_t step_nr;

bool is_assignment() const { return type==typet::ASSIGNMENT; }
bool is_assume() const { return type==typet::ASSUME; }
Expand Down

0 comments on commit 2a7a0e8

Please sign in to comment.