Skip to content

Commit

Permalink
remove DLL_EXPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jan 22, 2025
1 parent 92f6b13 commit 215ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/file/driver_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
using namespace hdf5;


class DLL_EXPORT MyPosixDriver : public hdf5::file::PosixDriver
class MyPosixDriver : public hdf5::file::PosixDriver
{
public:
MyPosixDriver() {}
Expand Down

0 comments on commit 215ee80

Please sign in to comment.