[anjuta/gnome-3-4] cxxparser: fixed warning on query field retrieving.
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-3-4] cxxparser: fixed warning on query field retrieving.
- Date: Sat, 28 Jul 2012 09:51:57 +0000 (UTC)
commit 2fcded2731cd344e714d8416bbaba41803d6d240
Author: Massimo Corà <mcora src gnome org>
Date: Sat Jul 14 11:59:37 2012 +0200
cxxparser: fixed warning on query field retrieving.
.../cxxparser/engine-parser.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/language-support-cpp-java/cxxparser/engine-parser.cpp b/plugins/language-support-cpp-java/cxxparser/engine-parser.cpp
index 9817a5e..49756db 100644
--- a/plugins/language-support-cpp-java/cxxparser/engine-parser.cpp
+++ b/plugins/language-support-cpp-java/cxxparser/engine-parser.cpp
@@ -152,7 +152,7 @@ EngineParser::setSymbolManager (IAnjutaSymbolManager *manager)
static IAnjutaSymbolField query_scope_fields[] =
{
IANJUTA_SYMBOL_FIELD_ID, IANJUTA_SYMBOL_FIELD_NAME,
- IANJUTA_SYMBOL_FIELD_SIGNATURE
+ IANJUTA_SYMBOL_FIELD_SIGNATURE, IANJUTA_SYMBOL_FIELD_TYPE
};
static IAnjutaSymbolField query_search_in_scope_fields[] =
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]