lib/rbgccxml.rb in rbgccxml-0.9 vs lib/rbgccxml.rb in rbgccxml-0.9.1
- old
+ new
@@ -25,9 +25,11 @@
autoload :Method, "rbgccxml/nodes/method"
autoload :Namespace, "rbgccxml/nodes/namespace"
autoload :Struct, "rbgccxml/nodes/struct"
autoload :Variable, "rbgccxml/nodes/variable"
+ autoload :Union, "rbgccxml/nodes/union"
+
# Type Management
autoload :Type, "rbgccxml/nodes/type"
autoload :Typedef, "rbgccxml/nodes/types/typedef"
autoload :ArrayType, "rbgccxml/nodes/types/array_type"
autoload :PointerType, "rbgccxml/nodes/types/pointer_type"