Merge pull request #2361 from lioncash/disasm
disassembler: Remove mutable specifier from breakpoints member variable
This commit is contained in:
		
						commit
						7623957f80
					
				| @ -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…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei