mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 23:40:06 +00:00 
			
		
		
		
	Clean up placefile shared pointer usage with const references
This commit is contained in:
		
							parent
							
								
									232fafc9fa
								
							
						
					
					
						commit
						9955c4ccbe
					
				
					 12 changed files with 33 additions and 31 deletions
				
			
		|  | @ -18,7 +18,7 @@ namespace draw | |||
| class PlacefileIcons : public DrawItem | ||||
| { | ||||
| public: | ||||
|    explicit PlacefileIcons(std::shared_ptr<GlContext> context); | ||||
|    explicit PlacefileIcons(const std::shared_ptr<GlContext>& context); | ||||
|    ~PlacefileIcons(); | ||||
| 
 | ||||
|    PlacefileIcons(const PlacefileIcons&)            = delete; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat