Skip to content

Commit

Permalink
extra qualifier removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Mar 19, 2024
1 parent 83925db commit 80d9532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecal/core/src/registration/ecal_registration_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ namespace eCAL

void RegisterSendThread();

Registration::Sample CRegistrationProvider::GetProcessRegisterSample();
Registration::Sample CRegistrationProvider::GetProcessUnregisterSample();
Registration::Sample GetProcessRegisterSample();
Registration::Sample GetProcessUnregisterSample();

static std::atomic<bool> m_created;

Expand Down

0 comments on commit 80d9532

Please sign in to comment.