add include guard

git-svn-id: svn://10.0.0.236/branches/FORMS_20040722_BRANCH@163350 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-10-07 04:57:38 +00:00
parent b502be67db
commit 63aafe6809

View File

@@ -36,6 +36,9 @@
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsXFormsStubElement_h_
#define nsXFormsStubElement_h_
#include "nsIXTFGenericElement.h"
#include "nsXFormsElement.h"
@@ -49,3 +52,5 @@ class nsXFormsStubElement : public nsXFormsElement,
NS_HIDDEN_(nsresult)
NS_NewXFormsStubElement(nsIXTFElement **aResult);
#endif