Quellcode durchsuchen

Fixes to tinyxml2.

Mark Sibly vor 9 Jahren
Ursprung
Commit
a67a0fd51b
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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"