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:
parent
c9754acc13
commit
41a3ecb8b8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue