mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Places class Driver under the Parser namespace
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
{
|
||||
# include <string>
|
||||
|
||||
namespace ModSecurity {
|
||||
namespace Parser {
|
||||
class Driver;
|
||||
}
|
||||
}
|
||||
|
||||
#include "actions/action.h"
|
||||
#include "actions/transformations/transformation.h"
|
||||
@@ -55,7 +59,7 @@ using ModSecurity::Variables::Variable;
|
||||
|
||||
}
|
||||
// The parsing context.
|
||||
%param { Driver& driver }
|
||||
%param { ModSecurity::Parser::Driver& driver }
|
||||
%locations
|
||||
%initial-action
|
||||
{
|
||||
|
Reference in New Issue
Block a user