fixed build for macOS
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
#ifndef SOURCETRAIL_REFERENCE_KIND_H
|
||||
#define SOURCETRAIL_REFERENCE_KIND_H
|
||||
|
||||
#include "EdgeKind.h"
|
||||
|
||||
namespace sourcetrail
|
||||
{
|
||||
enum EdgeKind;
|
||||
|
||||
/**
|
||||
* Enum providing all possible values for kinds of references that can be recorded using the SourcetrailDBWriter interface.
|
||||
*/
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#ifndef SOURCETRAIL_SYMBOL_KIND_H
|
||||
#define SOURCETRAIL_SYMBOL_KIND_H
|
||||
|
||||
#include "NodeKind.h"
|
||||
|
||||
namespace sourcetrail
|
||||
{
|
||||
enum NodeKind;
|
||||
|
||||
/**
|
||||
* Enum providing all possible values for kinds of symbols that can be recorded using the SourcetrailDBWriter interface.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user