remove gcc 4.2 warning

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@726 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-16 11:15:54 +00:00
parent c9754acc13
commit 41a3ecb8b8

View file

@ -347,7 +347,7 @@ bool testCache()
}
}
void dispText(char* text)
void dispText(const char* text)
{
cout << endl;
cout << "##========================================"<< endl;
@ -355,7 +355,7 @@ void dispText(char* text)
cout << "##========================================"<< endl;
}
void dispText(char* text, char* comment)
void dispText(const char* text, const char* comment)
{
cout << endl;
cout << "##========================================"<< endl;