Use std::string instead of CStrA in dbg_helpers
commitb3681b737101737efdcfb07a0cdfeb02020e7f17
authorcirdan <cirdansw@gmail.com>
Sat, 1 Mar 2014 08:06:37 +0000 (1 09:06 +0100)
committercirdan <cirdansw@gmail.com>
Sat, 1 Mar 2014 08:06:37 +0000 (1 09:06 +0100)
tree379e2aee1321c7ccce0dc31d48fc86032ffb88df
parentf7c431612195ceddba26ad743ed1d3d8f14113f1
Use std::string instead of CStrA in dbg_helpers

Use std::string instead of CStrA in misc/dbg_helpers.cpp and
misc/dbg_helpers.h, since CStrA does not provide any additional
functionality.
src/misc/dbg_helpers.cpp
src/misc/dbg_helpers.h