Hi

one of my usuals ...

The culprit line reads
 static const CHARSET_STRING_LEN = 19;

.src/modules/HtmlViewer.cpp: In method `bool 
HTML_Handler_META::HandleTag (const wxHtmlTag &)':
.src/modules/HtmlViewer.cpp:210: ISO C++ forbids declaration of 
`CHARSET_STRING_LEN' with no type

Adding an 'int' fixes it.

 static const int CHARSET_STRING_LEN = 19;

Am I missing something or can I commit.

Sorry if this sounds silly, but I've been away from coding for so long that
I tend to think that there must be a reason for things, which I am missing.

Ciao

-- 
Michele Ravani                  [EMAIL PROTECTED]
"Those who live hoping, die singing" My Gran



-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to