Skip to content

Commit d2026d2

Browse files
committed
Remove static
1 parent 22f9835 commit d2026d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/xinspect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace xcpp
7171
return "";
7272
}
7373

74-
static nl::json read_tagconfs(const char* path)
74+
nl::json read_tagconfs(const char* path)
7575
{
7676
nl::json result = nl::json::array();
7777
for (const auto& entry : std::filesystem::directory_iterator(path))

src/xinspect.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace xcpp
4242

4343
XEUS_CPP_API std::string find_type_slow(const std::string& expression);
4444

45-
static nl::json read_tagconfs(const char* path);
45+
nl::json read_tagconfs(const char* path);
4646

4747
XEUS_CPP_API std::pair<bool, std::smatch> is_inspect_request(const std::string& code, const std::regex& re);
4848

0 commit comments

Comments
 (0)