CDB: Fixed duplicated options key.

This commit is contained in:
Friedemann Kleint
2009-07-28 14:20:10 +02:00
parent 2918119a3b
commit 2816c415d2

View File

@@ -38,7 +38,7 @@ static const char *enabledKeyC = "Enabled";
static const char *pathKeyC = "Path"; static const char *pathKeyC = "Path";
static const char *symbolPathsKeyC = "SymbolPaths"; static const char *symbolPathsKeyC = "SymbolPaths";
static const char *sourcePathsKeyC = "SourcePaths"; static const char *sourcePathsKeyC = "SourcePaths";
static const char *verboseSymbolLoadingKeyC = "SymbolPaths"; static const char *verboseSymbolLoadingKeyC = "VerboseSymbolLoading";
namespace Debugger { namespace Debugger {
namespace Internal { namespace Internal {