OSDN Git Service
(root)
/
winmerge-jp
/
winmerge-jp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801891e
)
ProjectFile.h: Fix a warning
author
Takashi Sawanaka
<sdottaka@users.sourceforge.net>
Fri, 6 Dec 2019 23:26:32 +0000
(08:26 +0900)
committer
Takashi Sawanaka
<sdottaka@users.sourceforge.net>
Fri, 6 Dec 2019 23:26:32 +0000
(08:26 +0900)
Src/ProjectFile.h
patch
|
blob
|
history
diff --git
a/Src/ProjectFile.h
b/Src/ProjectFile.h
index
dcdac1a
..
c6c502d
100755
(executable)
--- a/
Src/ProjectFile.h
+++ b/
Src/ProjectFile.h
@@
-196,12
+196,12
@@
inline void ProjectFileItem::SetSubfolders(bool bSubfolder)
/**
* @brief
*
- * @param [in]
file
s Files in project
+ * @param [in]
path
s Files in project
* @param [in] bSubFolders If true subfolders included (recursive compare)
*/
-inline void ProjectFileItem::SetPaths(const PathContext&
file
s, bool bSubfolders)
+inline void ProjectFileItem::SetPaths(const PathContext&
path
s, bool bSubfolders)
{
- m_paths =
file
s;
+ m_paths =
path
s;
m_subfolders = bSubfolders;
}