Browse Source

Fix to last commit

merge-requests/37/head v0.9.5
eidheim 10 years ago
parent
commit
b0fb1f7311
  1. 2
      src/Cursor.cc

2
src/Cursor.cc

@ -71,8 +71,8 @@ std::string clang::Cursor::get_type() {
else
return canonical_spelling;
}
}
#endif
}
return spelling;
}

Loading…
Cancel
Save