Timo Kosig wrote:
> On Thursday 05 September 2002 12:37, you wrote:
> there is still something left missing. To my reget, i don't know C or C++
[ cut ]
> console.cpp:2161: default argument given for parameter 4 of `char*
>    CLicqConsole::Input_Line(char*, short unsigned int&, int, bool = true)'
> console.h:110: after previous specification in `char*
>    CLicqConsole::Input_Line(char*, short unsigned int&, int, bool = true)'
> make: *** [console.lo] Fehler 1

I'm not familiar with newer gcc's  (like 3.2) but just an idea: replace line 
2161:

  char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn, bool 
bEcho = true)

with the following line:

  char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn, bool 
bEcho)

I mean you should remove default value for parameter 4 in console.cpp.

-- 
WBR, Roman

http://www.svartalf.tk


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to