1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00

rename IInterface to Interface

This commit is contained in:
scrawl 2013-05-06 16:05:56 +02:00
parent b5071ced23
commit 007a3cf9bd

View File

@ -83,8 +83,8 @@ struct JournalViewModelImpl : JournalViewModel
return journal->begin () == journal->end (); return journal->begin () == journal->end ();
} }
template <typename t_iterator, typename IInterface> template <typename t_iterator, typename Interface>
struct BaseEntry : IInterface struct BaseEntry : Interface
{ {
typedef t_iterator iterator_t; typedef t_iterator iterator_t;