diff options
Diffstat (limited to 'src/plugins/projectexplorer/codestylesettingspropertiespage.h')
-rw-r--r-- | src/plugins/projectexplorer/codestylesettingspropertiespage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/codestylesettingspropertiespage.h b/src/plugins/projectexplorer/codestylesettingspropertiespage.h index 873c7faaf0..ae2ae857fe 100644 --- a/src/plugins/projectexplorer/codestylesettingspropertiespage.h +++ b/src/plugins/projectexplorer/codestylesettingspropertiespage.h @@ -42,7 +42,7 @@ class EditorConfiguration; namespace Internal { -const char * const CODESTYLESETTINGS_PANEL_ID("ProjectExplorer.CodeStyleSettingsPanel"); +const char CODESTYLESETTINGS_PANEL_ID[] = "ProjectExplorer.CodeStyleSettingsPanel"; class CodeStyleSettingsPanelFactory : public IProjectPanelFactory { |