From b0fb1f731103517a3edd55d7ec9fbb9f2ca67c9b Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 1 Apr 2016 14:00:40 +0200 Subject: [PATCH] Fix to last commit --- src/Cursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cursor.cc b/src/Cursor.cc index 1cc52dc..1bc2081 100644 --- a/src/Cursor.cc +++ b/src/Cursor.cc @@ -71,8 +71,8 @@ std::string clang::Cursor::get_type() { else return canonical_spelling; } - } #endif + } return spelling; }