summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/mtl/Vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/bvminisat/mtl/Vec.h')
-rw-r--r--src/prop/bvminisat/mtl/Vec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/prop/bvminisat/mtl/Vec.h b/src/prop/bvminisat/mtl/Vec.h
index 8c568dfe9..8ee2a827f 100644
--- a/src/prop/bvminisat/mtl/Vec.h
+++ b/src/prop/bvminisat/mtl/Vec.h
@@ -27,6 +27,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include "prop/bvminisat/mtl/IntTypes.h"
#include "prop/bvminisat/mtl/XAlloc.h"
+namespace CVC4 {
namespace BVMinisat {
//=================================================================================================
@@ -125,6 +126,7 @@ void vec<T>::clear(bool dealloc) {
if (dealloc) free(data), data = NULL, cap = 0; } }
//=================================================================================================
-}
+} /* CVC4::BVMinisat namespace */
+} /* CVC4 namespace */
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback