~singpolyma/biboumi

e7a91badcdd421e04eea8235debc8ae582919744 — Florent Le Coz 7 years ago 2c89b9f
Use “using” instead of typedef
1 files changed, 1 insertions(+), 1 deletions(-)

M src/bridge/colors.hpp
M src/bridge/colors.hpp => src/bridge/colors.hpp +1 -1
@@ 17,7 17,7 @@ namespace Xmpp
// Contains:
// - an XMPP-valid UTF-8 body
// - an XML node representing the XHTML-IM body, or null
  typedef std::tuple<const std::string, std::unique_ptr<XmlNode>> body;
  using body = std::tuple<const std::string, std::unique_ptr<XmlNode>>;
}

#define IRC_FORMAT_BOLD_CHAR       '\x02' // done