From a357277e412b5e8f0f2f0578c7d7d213e8744c8d Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Sat, 8 May 2021 12:27:38 -0400 Subject: Add const to most functions that need it and remove all "using namespace std" (#132) * started on basic type errors * Done. For now * remove libgfxd binary * const * no more namespace std * revert alloca * re add a few missing consts --- ZAPD/ZMtx.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ZAPD/ZMtx.cpp') diff --git a/ZAPD/ZMtx.cpp b/ZAPD/ZMtx.cpp index 6da80a8..7beadee 100644 --- a/ZAPD/ZMtx.cpp +++ b/ZAPD/ZMtx.cpp @@ -34,12 +34,12 @@ void ZMtx::ExtractFromXML(tinyxml2::XMLElement* reader, const std::vector