[anjuta/cxxparser] cxxparser: fix compile problem.
- From: Massimo Cora' <mcora src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta/cxxparser] cxxparser: fix compile problem.
- Date: Sun, 9 Aug 2009 10:43:43 +0000 (UTC)
commit 560a7e5b70f890b79571f95058647a9b485e76cc
Author: Massimo Corà <mcora src gnome org>
Date: Sun Aug 9 12:40:35 2009 +0200
cxxparser: fix compile problem.
plugins/symbol-db/symbol-db-engine-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/symbol-db/symbol-db-engine-core.c b/plugins/symbol-db/symbol-db-engine-core.c
index d23663e..88ee3ec 100644
--- a/plugins/symbol-db/symbol-db-engine-core.c
+++ b/plugins/symbol-db/symbol-db-engine-core.c
@@ -3829,7 +3829,7 @@ sdb_engine_add_new_sym_type (SymbolDBEngine * dbe, const tagEntry * tag_entry)
/* we assume that tag_entry is != NULL */
type = tag_entry->kind;
- fix here.
+
if (g_strcmp0 (type, "member") == 0 ||
g_strcmp0 (type, "variable") == 0 ||
g_strcmp0 (type, "field"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]