Skip to content

Commit 405d00c

Browse files
committed
removed private specifier in InputSytem
1 parent 9b860cf commit 405d00c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples_tests/common/CommonAPI.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ class CommonAPI
7474
{
7575
getDefault(m_keyboard,reader);
7676
}
77-
78-
private:
79-
friend class CommonAPIEventCallback;
8077
template<class ChannelType>
8178
void add(Channels<ChannelType>& channels, nbl::core::smart_refctd_ptr<ChannelType>&& channel)
8279
{

0 commit comments

Comments
 (0)