Skip to content

Commit

Permalink
thread_list.cc: define CleanupOwnThreadAndNotify as struct
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and franku committed Nov 5, 2019
1 parent e09b346 commit f58a729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib/thread_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ConfigurationParser;
struct ThreadListPrivate;

class ThreadList {
friend class CleanupOwnThreadAndNotify;
friend struct CleanupOwnThreadAndNotify;

public:
ThreadList();
Expand Down

0 comments on commit f58a729

Please sign in to comment.