Skip to content
Snippets Groups Projects
Commit 2eecad23 authored by mscott%netscape.com's avatar mscott%netscape.com
Browse files

Fix build breakage by adding SetDocumentCharset function which was added to nIDOMMsgAppCore.

parent 614f00f1
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,11 @@ private:
nsIWebShell *mWebShell;
};
nsresult nsMsgAppCore::SetDocumentCharset(class nsString const &)
{
return NS_OK;
}
//
// nsMsgAppCore
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment