File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ class namespacet:public namespace_baset
98
98
99
99
// / See namespace_baset::lookup(). Note that \ref namespacet has two symbol
100
100
// / tables.
101
- virtual bool lookup (const irep_idt &name, const symbolt *&symbol) const ;
101
+ bool lookup (const irep_idt &name, const symbolt *&symbol) const override ;
102
102
103
103
// / See documentation for namespace_baset::get_max().
104
- virtual unsigned get_max (const std::string &prefix) const ;
104
+ unsigned get_max (const std::string &prefix) const override ;
105
105
106
106
const symbol_tablet &get_symbol_table () const
107
107
{
@@ -129,8 +129,8 @@ class multi_namespacet:public namespacet
129
129
// these do the actual lookup
130
130
using namespace_baset::lookup;
131
131
132
- virtual bool lookup (const irep_idt &name, const symbolt *&symbol) const ;
133
- virtual unsigned get_max (const std::string &prefix) const ;
132
+ bool lookup (const irep_idt &name, const symbolt *&symbol) const override ;
133
+ unsigned get_max (const std::string &prefix) const override ;
134
134
135
135
void add (const symbol_tablet &symbol_table)
136
136
{
You can’t perform that action at this time.
0 commit comments