Menu

#1 Three (Possible) Typos in file "message.cxx"

open
nobody
None
5
2003-09-06
2003-09-06
Anonymous
No

Hello,

I am kind of positive that the following three are
actually typos in the file "message.cxx".

On lines 55, 60 and 65, if you look carefully,
you'll see that after the word "void" there are two
colons. (e.g. "::", the scope resolution operator...)

After I removed the "::"s right next to the word "void"s
on the mentioned lines, the code compiled properly.

Just in case my English wasn't good enough to
describe the problem, here is the application on
line 55.

---

line 55 (original) is the following:

void::ThreadSafeMessage::DisplayError(PString thisMessage)

---

line 55 (corrected) is the following:

void ThreadSafeMessage::DisplayError(PString thisMessage)

---

I hope that this will help you.

- a "cphone" user.

Discussion


Log in to post a comment.