Skip to content

Commit f1ab637

Browse files
committed
revert changes to commonapi and fix
1 parent 3d1f5c7 commit f1ab637

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/nbl/system/IApplicationFramework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace nbl::system
2020
{
2121

22-
class IApplicationFramework : public core::IReferenceCounted
22+
class IApplicationFramework : public virtual core::IReferenceCounted
2323
{
2424
public:
2525
// this is safe to call multiple times

include/nbl/ui/IWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class IWindow : public core::IReferenceCounted
4242
ECF_NONE = 0
4343
};
4444

45-
class IEventCallback : public core::IReferenceCounted
45+
class IEventCallback : public virtual core::IReferenceCounted
4646
{
4747
public:
4848
// TODO: rethink our boolean returns

0 commit comments

Comments
 (0)