Changeset 66:809c9ecdfdc7 in rrlib_xml


Ignore:
Timestamp:
04.05.2020 22:57:47 (3 years ago)
Author:
Max Reichardt <mreichardt@…>
Branch:
14.08
Phase:
public
Message:

Removes 'extern "C"' around libxml2 includes, as they are intended to be included without (otherwise resulting in a compiler error in Ubuntu 20.04)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tDocument.h

    r57 r66  
    4646#include <string> 
    4747 
    48 extern "C" 
    49 { 
    5048#include <libxml/tree.h> 
    51 } 
    5249//---------------------------------------------------------------------- 
    5350// Internal includes with "" 
  • tNode.h

    r57 r66  
    4444// External includes (system with <>, local with "") 
    4545//---------------------------------------------------------------------- 
    46 extern "C" 
    47 { 
    4846#include <libxml/tree.h> 
    49 } 
    5047 
    5148#include <string> 
Note: See TracChangeset for help on using the changeset viewer.