Browse Source

Update CppParser.h

pull/1964/head
FabioDefilippo 2 months ago committed by GitHub
parent
commit
3287c12605
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/CppParser/CppParser.h

5
src/CppParser/CppParser.h

@ -50,8 +50,11 @@ namespace CppSharp { namespace CppParser {
bool skipLayoutInfo = false; bool skipLayoutInfo = false;
bool skipFunctionBodies = true; bool skipFunctionBodies = true;
private: public:
const std::string& clangVersion const; const std::string& clangVersion const;
private:
std::string clangVersion;
}; };
struct CS_API CppLinkerOptions struct CS_API CppLinkerOptions

Loading…
Cancel
Save