finsih renaming ->Debug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21829 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-11-27 20:25:18 +00:00
parent 0c2fa7e599
commit 22146b270d

View File

@ -77,7 +77,7 @@ int const numErrorTags = sizeof(errorTags)/sizeof(error_item);
} // namespace anon
lyx_debug_trait::type lyx_debug_trait::value(string const & val)
Debug::type Debug::value(string const & val)
{
type l = Debug::NONE;
string v = val;
@ -103,7 +103,7 @@ lyx_debug_trait::type lyx_debug_trait::value(string const & val)
}
void lyx_debug_trait::showLevel(ostream & os, lyx_debug_trait::type level)
void Debug::showLevel(ostream & os, Debug::type level)
{
// Show what features are traced
for (int i = 0; i != numErrorTags; ++i) {
@ -121,7 +121,7 @@ void lyx_debug_trait::showLevel(ostream & os, lyx_debug_trait::type level)
}
void lyx_debug_trait::showTags(ostream & os)
void Debug::showTags(ostream & os)
{
for (int i = 0; i != numErrorTags ; ++i)
os << setw(10) << static_cast<unsigned int>(errorTags[i].level)