mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Minor tweaks
This commit is contained in:
		@@ -61,7 +61,7 @@ HRESULT STDMETHODCALLTYPE DWriteFontFileEnumerator::QueryInterface(IID const& ri
 | 
			
		||||
 | 
			
		||||
HRESULT STDMETHODCALLTYPE DWriteFontFileEnumerator::MoveNext(BOOL* hasCurrentFile)
 | 
			
		||||
{
 | 
			
		||||
	*hasCurrentFile = (++m_CurrentFontFileIndex < m_FontFiles.size());
 | 
			
		||||
	*hasCurrentFile = (++m_CurrentFontFileIndex < (int)m_FontFiles.size());
 | 
			
		||||
	return S_OK;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user