mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Issue #28 work, Bash Tag extraction works, just forgot a line.
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
#include <boost/spirit/include/phoenix_stl.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <sstream>
|
||||
|
||||
namespace boss {
|
||||
namespace qi = boost::spirit::qi;
|
||||
@@ -356,6 +355,7 @@ namespace boss {
|
||||
}
|
||||
|
||||
plugin.Messages(messages);
|
||||
plugin.Tags(tags);
|
||||
}
|
||||
|
||||
void MakeMessage(Message& message, std::string& condition, unsigned int type, std::string& content) {
|
||||
|
||||
Reference in New Issue
Block a user