diff --git a/uppsrc/CppBase/Parser.cpp b/uppsrc/CppBase/Parser.cpp index 52018e145..d709e1bae 100644 --- a/uppsrc/CppBase/Parser.cpp +++ b/uppsrc/CppBase/Parser.cpp @@ -674,6 +674,7 @@ Array Parser::Declaration0(bool l0, bool more) Decl& a = r.Add(); a.name = lex.GetId(); a.function = true; + a.natural = String().Cat() << "void " << a.name << "(Http& http)"; Decl& p = a.param.Add(); p.name = "http"; p.type = "Http"; diff --git a/uppsrc/TabBar/TabBar.upp b/uppsrc/TabBar/TabBar.upp index 998880c91..828ecb0fd 100644 --- a/uppsrc/TabBar/TabBar.upp +++ b/uppsrc/TabBar/TabBar.upp @@ -1,4 +1,4 @@ -description "Bazaar: Generic tab frame. Authors: Daniel Kos (unodgs), James Thomas (mrtj)\377"; +description "Generic tab frame. Authors: Daniel Kos (unodgs), James Thomas (mrtj)\377"; uses CtrlLib;