浏览代码

Fixes to tinyxml2.

Mark Sibly 9 年之前
父节点
当前提交
a67a0fd51b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      modules/tinyxml2/native/glue.h
  2. 1 1
      modules/tinyxml2/tinyxml2.monkey2

+ 1 - 1
modules/tinyxml2/native/glue.h

@@ -1,5 +1,5 @@
 
-#ifndef BB_TIMYXML2_GLUE_H
+#ifndef BB_TINYXML2_GLUE_H
 #define BB_TINYXML2_GLUE_H
 
 #include "tinyxml2.h"

+ 1 - 1
modules/tinyxml2/tinyxml2.monkey2

@@ -32,7 +32,7 @@ enum XMLError="tinyxml2::"
 
 End
 
-Class XMLAttribute Extends Void
+Class XMLAttribute Extends Void="tinyxml2::XMLAttribute"
 
 	Method Name:String() Extension="tinyxml2::bbAttributeName"