]> git.pld-linux.org Git - packages/cphone.git/blame - cphone-comp_fix.patch
- adopt for PLD (small qt/openh323 fackery)
[packages/cphone.git] / cphone-comp_fix.patch
CommitLineData
c2685d84
PG
1--- ./message.cxx.orig Tue Jun 3 10:22:28 2003
2+++ ./message.cxx Mon Aug 25 15:02:39 2003
3@@ -52,17 +52,17 @@
4 }
5
6
7-void::ThreadSafeMessage::DisplayError(PString thisMessage)
8+void ThreadSafeMessage::DisplayError(PString thisMessage)
9 {
10 DisplayError(QString((const char *)thisMessage));
11 }
12
13-void::ThreadSafeMessage::DisplayWarning(PString thisMessage)
14+void ThreadSafeMessage::DisplayWarning(PString thisMessage)
15 {
16 DisplayWarning(QString((const char *)thisMessage));
17 }
18
19-void::ThreadSafeMessage::DisplayInformation(PString thisMessage)
20+void ThreadSafeMessage::DisplayInformation(PString thisMessage)
21 {
22 DisplayInformation(QString((const char *)thisMessage));
23 }
This page took 0.07514 seconds and 4 git commands to generate.