Skip to content

Commit fea2ce9

Browse files
authored
Fix compilation with MSVC: No dllexport when class is fully inlined (#3900)
1 parent ff7c1a1 commit fea2ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeLite/LSP/IPathConverter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <memory>
88
#include <wx/string.h>
99

10-
class WXDLLIMPEXP_CL IPathConverter
10+
class IPathConverter
1111
{
1212
public:
1313
using Ptr_t = std::shared_ptr<IPathConverter>;

0 commit comments

Comments
 (0)