Common: asterisks go against the type name

not the variable name
This commit is contained in:
mathieui 2016-01-21 20:46:25 +01:00
commit 78aa398e7c
22 changed files with 44 additions and 44 deletions

View file

@ -97,7 +97,7 @@ public:
const XFuncMap &Symbols() const { return functions; }
XFuncMap &AccessSymbols() { return functions; }
void Clear(const char *prefix = "");
void Clear(const char* prefix = "");
void List();
void Index();
};