Made HelpGen compile here.

Documented wxPlotWindow.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-02-11 18:00:42 +00:00
parent b59102d53f
commit a5a0dd06b6
8 changed files with 184 additions and 9 deletions

View File

@@ -405,8 +405,10 @@ void check_keyword_map( int keywordMapNr )
KeywordT dummy;
/*
if ( (char*)& dummy != &dummy.keyWord[0] )
throw;
*/
int size = sizeof(__gKeyWords) / sizeof( KeywordT );
@@ -637,7 +639,7 @@ void SourcePainter::GetResultString(string& result, MarkupTagsT tags)
{
// this method works, only if results of processing
// are collected
ASSERT( mCollectResultsOn );
// ASSERT( mCollectResultsOn );
result = "";
int pos = 0;