Add patch to make cphone compile
Approved by: marcus
This commit is contained in:
parent
0ae8b57449
commit
5643be95b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88991
1 changed files with 39 additions and 0 deletions
39
net/cphone/files/patch-message
Normal file
39
net/cphone/files/patch-message
Normal file
|
@ -0,0 +1,39 @@
|
|||
*** message.cxx.orig Thu Aug 7 01:39:42 2003
|
||||
--- message.cxx Tue Sep 9 07:53:11 2003
|
||||
*************** ThreadSafeMessage::~ThreadSafeMessage()
|
||||
*** 52,68 ****
|
||||
}
|
||||
|
||||
|
||||
! void::ThreadSafeMessage::DisplayError(PString thisMessage)
|
||||
{
|
||||
DisplayError(QString((const char *)thisMessage));
|
||||
}
|
||||
|
||||
! void::ThreadSafeMessage::DisplayWarning(PString thisMessage)
|
||||
{
|
||||
DisplayWarning(QString((const char *)thisMessage));
|
||||
}
|
||||
|
||||
! void::ThreadSafeMessage::DisplayInformation(PString thisMessage)
|
||||
{
|
||||
DisplayInformation(QString((const char *)thisMessage));
|
||||
}
|
||||
--- 52,68 ----
|
||||
}
|
||||
|
||||
|
||||
! void ThreadSafeMessage::DisplayError(PString thisMessage)
|
||||
{
|
||||
DisplayError(QString((const char *)thisMessage));
|
||||
}
|
||||
|
||||
! void ThreadSafeMessage::DisplayWarning(PString thisMessage)
|
||||
{
|
||||
DisplayWarning(QString((const char *)thisMessage));
|
||||
}
|
||||
|
||||
! void ThreadSafeMessage::DisplayInformation(PString thisMessage)
|
||||
{
|
||||
DisplayInformation(QString((const char *)thisMessage));
|
||||
}
|
Loading…
Reference in a new issue