Skip to content

Commit

Permalink
BaseAssertType should be exteranl since Thunder::Assertion::General i…
Browse files Browse the repository at this point in the history
…s external it is based on that class
  • Loading branch information
VeithMetro committed Jan 17, 2025
1 parent 0b6bdf3 commit 18a8f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/core/AssertionControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace Assertion {
Core::CriticalSection* _adminLock;
};

class BaseAssertType : public Core::Messaging::BaseCategoryType<Core::Messaging::Metadata::type::ASSERT> {
class EXTERNAL BaseAssertType : public Core::Messaging::BaseCategoryType<Core::Messaging::Metadata::type::ASSERT> {
public:
using BaseClass = Core::Messaging::BaseCategoryType<Core::Messaging::Metadata::type::ASSERT>;

Expand Down

0 comments on commit 18a8f4b

Please sign in to comment.