mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	added DISALLOW_COPY_AND_ASSIGN macro
This commit is contained in:
		
							parent
							
								
									7509a9b21f
								
							
						
					
					
						commit
						925a894c1b
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -163,4 +163,9 @@ enum EMUSTATE_CHANGE | |||
|     EMUSTATE_CHANGE_STOP | ||||
| }; | ||||
| 
 | ||||
| // This should be used in the private: declarations for a class
 | ||||
| #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ | ||||
|     TypeName(const TypeName&);               \ | ||||
|     void operator=(const TypeName&) | ||||
| 
 | ||||
| #endif // _COMMON_H_
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue