mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-03 23:56:47 +00:00 
			
		
		
		
	rename IInterface to Interface
This commit is contained in:
		
							parent
							
								
									b5071ced23
								
							
						
					
					
						commit
						007a3cf9bd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue