mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Cosmetics
This commit is contained in:
		@@ -110,7 +110,7 @@ private:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	bool GetSectionVariable(std::wstring& strVariable, std::wstring& strValue);
 | 
						bool GetSectionVariable(std::wstring& strVariable, std::wstring& strValue);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	void EscapeRegex(std::wstring& str);
 | 
						void EscapeRegExp(std::wstring& str);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	static void SetVariable(std::unordered_map<std::wstring, std::wstring>& variables, const std::wstring& strVariable, const std::wstring& strValue);
 | 
						static void SetVariable(std::unordered_map<std::wstring, std::wstring>& variables, const std::wstring& strVariable, const std::wstring& strValue);
 | 
				
			||||||
	static void SetVariable(std::unordered_map<std::wstring, std::wstring>& variables, const WCHAR* strVariable, const WCHAR* strValue);
 | 
						static void SetVariable(std::unordered_map<std::wstring, std::wstring>& variables, const WCHAR* strVariable, const WCHAR* strValue);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user