commit | a5bbe0eb83832c6232eb681ba6d262885c2baf98 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 22 17:28:39 2011 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 22 17:28:39 2011 -0800 |
tree | c063914a41b9d8d9149c1dc18d699ae69fe45a0d | |
parent | a46844bc0cf4fc2caf6223b72db174f754374fcf [diff] [blame] |
Correcting everything to the stage that everything compiles
diff --git a/helper/ccnb-parser/visitors/ccnb-parser-interest-visitor.cc b/helper/ccnb-parser/visitors/ccnb-parser-interest-visitor.cc index 1964ac7..c436923 100644 --- a/helper/ccnb-parser/visitors/ccnb-parser-interest-visitor.cc +++ b/helper/ccnb-parser/visitors/ccnb-parser-interest-visitor.cc
@@ -177,6 +177,7 @@ boost::any_cast<uint32_t> ( (*n.m_nestedTags.begin())->accept(nonNegativeIntegerVisitor))); break; + } } } // namespace CcnbParser