mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-30 02:56:44 +00:00 
			
		
		
		
	Fix compile error on Windows
This commit is contained in:
		
							parent
							
								
									9bb51fd9c2
								
							
						
					
					
						commit
						b5a57920b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1187,7 +1187,7 @@ namespace MWWorld | |||
| 
 | ||||
|         mShared.clear(); | ||||
|         mShared.reserve(mStatic.size()); | ||||
|         typename std::map<std::string, ESM::Dialogue>::iterator it = mStatic.begin(); | ||||
|         std::map<std::string, ESM::Dialogue>::iterator it = mStatic.begin(); | ||||
|         for (; it != mStatic.end(); ++it) { | ||||
|             mShared.push_back(&(it->second)); | ||||
|         } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue