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; }