release/4.3a0
dellaert 2014-11-29 16:13:02 +01:00
parent 6c0439f6ea
commit c68c21c187
1 changed files with 4 additions and 5 deletions

View File

@ -18,15 +18,15 @@
#pragma once
#include <string>
#include <vector>
#include <map>
#include "Class.h"
#include "GlobalFunction.h"
#include "TemplateInstantiationTypedef.h"
#include "ForwardDeclaration.h"
#include <string>
#include <vector>
#include <map>
namespace wrap {
/**
@ -35,7 +35,6 @@ namespace wrap {
struct Module {
typedef std::map<std::string, GlobalFunction> GlobalFunctions;
typedef std::map<std::string, Method> Methods;
// Filled during parsing:
std::string name; ///< module name