Skip to content

Commit

Permalink
fix(FPEnvironment): export FPEnvironmentImpl classes (#4393, #3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejk committed Jan 13, 2024
1 parent 84a921c commit 2d0c515
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Foundation/include/Poco/FPEnvironment_C99.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
namespace Poco {


class FPEnvironmentImpl
class Foundation_API FPEnvironmentImpl
{
protected:
enum RoundingModeImpl
Expand Down
2 changes: 1 addition & 1 deletion Foundation/include/Poco/FPEnvironment_DEC.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
namespace Poco {


class FPEnvironmentImpl
class Foundation_API FPEnvironmentImpl
{
protected:
enum RoundingModeImpl
Expand Down
2 changes: 1 addition & 1 deletion Foundation/include/Poco/FPEnvironment_QNX.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
namespace Poco {


class FPEnvironmentImpl
class Foundation_API FPEnvironmentImpl
{
protected:
enum RoundingModeImpl
Expand Down
2 changes: 1 addition & 1 deletion Foundation/include/Poco/FPEnvironment_SUN.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
namespace Poco {


class FPEnvironmentImpl
class Foundation_API FPEnvironmentImpl
{
protected:
enum RoundingModeImpl
Expand Down

0 comments on commit 2d0c515

Please sign in to comment.