mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Pass -Wshadow (#97)
Requested from: https://github.com/robinlinden/hastur/pull/12
This commit is contained in:
		| @@ -35,9 +35,9 @@ class Node { | ||||
|   // Step 3: Draw this element. | ||||
|   virtual void Render(Screen& screen); | ||||
|  | ||||
|   std::vector<Element> children; | ||||
|  | ||||
|  protected: | ||||
|   std::vector<Element> children_; | ||||
|   Requirement requirement_; | ||||
|   Box box_; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni