mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-11-04 13:04:53 +00:00 
			
		
		
		
	glib: ObjectManager class can be made static
This commit is contained in:
		
							parent
							
								
									234717712e
								
							
						
					
					
						commit
						0312613c32
					
				| 
						 | 
				
			
			@ -26,7 +26,7 @@ namespace GLib {
 | 
			
		|||
	using System.Runtime.InteropServices;
 | 
			
		||||
	using System.Reflection;
 | 
			
		||||
 | 
			
		||||
	public class ObjectManager {
 | 
			
		||||
	public static class ObjectManager {
 | 
			
		||||
 | 
			
		||||
		static BindingFlags flags = BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance | BindingFlags.CreateInstance;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue