mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 03:54:40 +00:00
rename IInterface to Interface
This commit is contained in:
parent
b5071ced23
commit
007a3cf9bd
@ -83,8 +83,8 @@ struct JournalViewModelImpl : JournalViewModel
|
||||
return journal->begin () == journal->end ();
|
||||
}
|
||||
|
||||
template <typename t_iterator, typename IInterface>
|
||||
struct BaseEntry : IInterface
|
||||
template <typename t_iterator, typename Interface>
|
||||
struct BaseEntry : Interface
|
||||
{
|
||||
typedef t_iterator iterator_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user