Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mdaus/coda-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Dec 1, 2023
2 parents 98ec798 + 27085f0 commit 00e3431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/c++/plugin/include/plugin/ErrorHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CODA_OSS_API ErrorHandler
virtual void onPluginError(except::Context& c) = 0;
};

class CODA_OSS_API DefaultErrorHandler final : public ErrorHandler
class CODA_OSS_API DefaultErrorHandler : public ErrorHandler
{
public:
DefaultErrorHandler(logging::LoggerPtr logger = logging::LoggerPtr());
Expand Down

0 comments on commit 00e3431

Please sign in to comment.