Changed scope_t to access_t and fixed friend access specifier handling
This commit is contained in:
@@ -60,7 +60,7 @@ struct filter {
|
||||
// - public
|
||||
// - protected
|
||||
// - private
|
||||
std::vector<common::model::scope_t> scopes;
|
||||
std::vector<common::model::access_t> access;
|
||||
|
||||
std::vector<std::string> subclasses;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user