diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-11 21:22:52 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-11 21:22:52 +0100 |
commit | 70a6db98663592464a5b082d195f93d280391eb7 (patch) | |
tree | b0ff17a0d96d67458d8d5bd4302d641be6dada3a /src/doctree.hh | |
parent | 1649a022271e67611d830127a0d9f34852b2718c (diff) |
adjust pseudo class handling
Diffstat (limited to 'src/doctree.hh')
-rw-r--r-- | src/doctree.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doctree.hh b/src/doctree.hh index 5533d136..43eb742f 100644 --- a/src/doctree.hh +++ b/src/doctree.hh @@ -6,7 +6,7 @@ class DoctreeNode { int depth; int tag; const char *klass; - const char *pseudoClass; + const char *pseudo; const char *id; }; |