mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #2361 from lioncash/disasm
disassembler: Remove mutable specifier from breakpoints member variable
This commit is contained in:
		
						commit
						7623957f80
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -38,9 +38,7 @@ private: | |||
|     unsigned int program_counter; | ||||
| 
 | ||||
|     QModelIndex selection; | ||||
| 
 | ||||
|     // TODO: Make BreakPoints less crappy (i.e. const-correct) so that this needn't be mutable.
 | ||||
|     mutable BreakPoints breakpoints; | ||||
|     BreakPoints breakpoints; | ||||
| }; | ||||
| 
 | ||||
| class DisassemblerWidget : public QDockWidget { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue