fixed build for macOS

This commit is contained in:
Eberhard Graether
2018-12-13 12:39:51 +01:00
parent cba4e7318f
commit af43432e52
4 changed files with 33 additions and 19 deletions
+2 -2
View File
@@ -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.
*/
+2 -2
View File
@@ -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.
*/