Skip to content

Commit 72582fe

Browse files
committedOct 15, 2024
fix
1 parent a429274 commit 72582fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/cpp-terminfo/Terminfos.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DLL_EXPORT Terminfos
3030
{
3131
public:
3232
Terminfos() = default;
33-
DLL_EXPORT const Terminfo* getTerminfo(const std::string& term) const
33+
DLL_EXPORT static const Terminfo* getTerminfo(const std::string& term)
3434
{
3535
for(std::size_t i = 0; i != m_terminfos.size(); ++i)
3636
{

0 commit comments

Comments
 (0)
Failed to load comments.