Skip to content

Commit

Permalink
Merge pull request #18 from bastih/master
Browse files Browse the repository at this point in the history
Fix clang++ compiler error
  • Loading branch information
AzothAmmo committed Aug 26, 2013
2 parents d83b977 + 91efd0b commit 8af4468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cereal/archives/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ namespace cereal
};

//! Loads the size for a SizeTag
void loadSize(size_t & size)
void loadSize(size_type & size)
{
size = (itsValueStack.rbegin() + 1)->value().Size();
}
Expand Down

0 comments on commit 8af4468

Please sign in to comment.