Places class Driver under the Parser namespace

This commit is contained in:
Felipe Zimmerle
2015-07-23 01:31:37 -03:00
parent 9c2158958e
commit b5ca607e76
6 changed files with 35 additions and 9 deletions

View File

@@ -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
{