rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
|
||||
EmptyExample m_emptyExample;
|
||||
|
||||
virtual ExampleInterface* getCurrentExample()
|
||||
virtual CommonExampleInterface* getCurrentExample()
|
||||
{
|
||||
return &m_emptyExample;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user