mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 23:56:43 +00:00 
			
		
		
		
	made container store data members private
This commit is contained in:
		
							parent
							
								
									af23cc352e
								
							
						
					
					
						commit
						8f60d5b180
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -31,7 +31,7 @@ namespace MWWorld
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            static const int Type_All = 0xffff;
 | 
					            static const int Type_All = 0xffff;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//        private:
 | 
					        private:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            ESMS::CellRefList<ESM::Potion, RefData>            potions;
 | 
					            ESMS::CellRefList<ESM::Potion, RefData>            potions;
 | 
				
			||||||
            ESMS::CellRefList<ESM::Apparatus, RefData>         appas;
 | 
					            ESMS::CellRefList<ESM::Apparatus, RefData>         appas;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue