From 4aa51a22bf3e600ed7d8fde4a7ca60bc2ecca02b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 26 Jul 2007 22:19:48 +0000 Subject: Implement type-specific node constructors and veneer the appropriate Document APIs onto them. svn path=/trunk/dom/; revision=3463 --- src/core/nodelist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/nodelist.h') diff --git a/src/core/nodelist.h b/src/core/nodelist.h index 1e96f8d..e80c0ba 100644 --- a/src/core/nodelist.h +++ b/src/core/nodelist.h @@ -5,8 +5,8 @@ * Copyright 2007 John-Mark Bell */ -#ifndef dom_internal_nodelist_h_ -#define dom_internal_nodelist_h_ +#ifndef dom_internal_core_nodelist_h_ +#define dom_internal_core_nodelist_h_ #include -- cgit v1.2.3