mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-04 02:32:19 -05:00 
			
		
		
		
	Added virtual destructor to StyledWriter to avoid -Wall warning from g++
This commit is contained in:
		
							parent
							
								
									f153eaaed0
								
							
						
					
					
						commit
						842d64e8d7
					
				@ -65,6 +65,7 @@ namespace Json {
 | 
			
		||||
   {
 | 
			
		||||
   public:
 | 
			
		||||
      StyledWriter();
 | 
			
		||||
      virtual ~StyledWriter(){}
 | 
			
		||||
 | 
			
		||||
   public: // overridden from Writer
 | 
			
		||||
      /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user