Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9267d8736c
commit
6414bdfa7c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ enum SpecialPath {
|
||||||
kSpecialPathCommonProgramFiles,
|
kSpecialPathCommonProgramFiles,
|
||||||
kSpecialPathAppData,
|
kSpecialPathAppData,
|
||||||
};
|
};
|
||||||
std::string getSpecialPath(const SpecialPath type)
|
std::string getSpecialPath(const SpecialPath type);
|
||||||
#endif
|
#endif
|
||||||
std::string homeDir();
|
std::string homeDir();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue