diff options
Diffstat (limited to 'src/pagedef.cpp')
-rw-r--r-- | src/pagedef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pagedef.cpp b/src/pagedef.cpp index e820273..a965946 100644 --- a/src/pagedef.cpp +++ b/src/pagedef.cpp @@ -14,6 +14,7 @@ PageDef::PageDef(const char *f,int l,const char *n, { setDocumentation(d,f,l); subPageDict = new PageSDict(7); + pageScope = 0; } PageDef::~PageDef() |