Makes m_uri_no_query_string_decoded a shared pointer

This commit is contained in:
Felipe Zimmerle
2019-01-22 15:36:33 -03:00
parent d7d5cd2a91
commit 14b2bd77a0
3 changed files with 4 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ class RuleMessage {
bool m_saveMessage;
std::shared_ptr<std::string> m_serverIpAddress;
int m_severity;
std::string m_uriNoQueryStringDecoded;
std::shared_ptr<std::string> m_uriNoQueryStringDecoded;
std::string m_ver;
std::list<std::string> m_tags;