summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodecompletion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cppcodecompletion.h')
-rw-r--r--src/plugins/cpptools/cppcodecompletion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcodecompletion.h b/src/plugins/cpptools/cppcodecompletion.h
index 15ac30ab4d..89753ce72e 100644
--- a/src/plugins/cpptools/cppcodecompletion.h
+++ b/src/plugins/cpptools/cppcodecompletion.h
@@ -147,7 +147,7 @@ private:
int m_startPosition; // Position of the cursor from which completion started
bool m_shouldRestartCompletion;
- bool m_forcedCompletion;
+ bool m_automaticCompletion;
unsigned m_completionOperator;
bool m_objcEnabled;