fix unwanted foreground frame change on Windows when creating BOM and netlists from scripts.

Very minor coverity warning fixes.
This commit is contained in:
jean-pierre charras
2015-08-28 16:15:45 +02:00
parent adddfd22a3
commit 156d5f50d6
4 changed files with 28 additions and 4 deletions
+1
View File
@@ -51,6 +51,7 @@ bool LINK_TAGHANDLER::HandleTag(const wxHtmlTag& tag)
HTML_LINK_PARSER::HTML_LINK_PARSER( const wxString& aSrc, wxArrayString& aUrls )
: m_src( aSrc ), stringUrls( aUrls )
{
m_filter = NULL;
AddTagHandler( new LINK_TAGHANDLER(this) );
}