mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 03:28:02 +02:00
Fixed spelling mistake
This commit is contained in:
parent
ca668bf0fe
commit
7ad6df2c6e
17 changed files with 26 additions and 26 deletions
|
@ -93,7 +93,7 @@ namespace IDE.Clang
|
|||
|
||||
public Dictionary<ProjectSource, FileEntry> mProjectFileSet = new Dictionary<ProjectSource, FileEntry>() ~ delete _;
|
||||
public Dictionary<Project, String> mProjectBuildString = new Dictionary<Project, String>() ~ { for (var val in _.Values) delete val; delete _; }; // Don't delete 'Project', only the String
|
||||
public Dictionary<String, String> mHeaderToSourceMap = new Dictionary<String, String>() ~ DeleteDictionyAndKeysAndItems!(_);
|
||||
public Dictionary<String, String> mHeaderToSourceMap = new Dictionary<String, String>() ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
|
||||
FileWatcher mFileWatcher = new FileWatcher() ~ delete _;
|
||||
public bool mDoDependencyCheck = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue