mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 20:20:54 +00:00
Make atom collections private.
These fields were made protected in r193585. The aim of that change is to expose these fields to SimpleFileWrapper. Because SimpleFileWrapper class was removed in r227549, we can make them private. llvm-svn: 227672
This commit is contained in:
parent
14fc2cea42
commit
0f1312fe26
@ -82,7 +82,7 @@ public:
|
||||
return make_range(_definedAtoms._atoms);
|
||||
}
|
||||
|
||||
protected:
|
||||
private:
|
||||
atom_collection_vector<DefinedAtom> _definedAtoms;
|
||||
atom_collection_vector<UndefinedAtom> _undefinedAtoms;
|
||||
atom_collection_vector<SharedLibraryAtom> _sharedLibraryAtoms;
|
||||
|
Loading…
Reference in New Issue
Block a user