changes to let us build on MacOS X

git-svn-id: svn://10.0.0.236/trunk@62619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
2000-03-11 03:08:04 +00:00
parent 732190b52e
commit 1fdd348954
94 changed files with 1349 additions and 205 deletions

View File

@@ -183,10 +183,7 @@ public:
~CSharedVSContext() {
}
static CSharedVSContext& GetSharedContext() {
static CSharedVSContext gSharedVSContext;
return gSharedVSContext;
}
static CSharedVSContext& GetSharedContext();
nsCParserNode mEndNode;
nsCParserNode mStartNode;
@@ -223,7 +220,12 @@ CViewSourceHTML::CViewSourceHTML() : nsIDTD(),
}
static CSharedVSContext __CSharedVSContext_gSharedVSContext;
static CSharedVSContext& CSharedVSContext::GetSharedContext()
{
return __CSharedVSContext_gSharedVSContext;
}
/**
* Default destructor