Skip to content

Commit 85fb4d4

Browse files
committed
修复错误
1 parent 9e2805a commit 85fb4d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/CodeFormatServer/Service/Indexs/ModuleIndex.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ class ModuleIndex
1313
class Module
1414
{
1515
public:
16+
Module(const std::string& moduleName, const std::string& filePath)
17+
: ModuleName(moduleName),
18+
FilePath(filePath)
19+
{
20+
}
21+
1622
std::string ModuleName;
1723
std::string FilePath;
1824
};

0 commit comments

Comments
 (0)