mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Renames namespace Variables to variables
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
namespace modsecurity {
|
||||
|
||||
class Transaction;
|
||||
namespace Variables {
|
||||
namespace variables {
|
||||
|
||||
class TimeSec : public Variable {
|
||||
public:
|
||||
@@ -40,7 +40,7 @@ class TimeSec : public Variable {
|
||||
std::string m_retName;
|
||||
};
|
||||
|
||||
} // namespace Variables
|
||||
} // namespace variables
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_VARIABLES_TIME_SEC_H_
|
||||
|
||||
Reference in New Issue
Block a user