Skip to content

Commit

Permalink
Merge pull request #56 from Dudi119/dl-dev
Browse files Browse the repository at this point in the history
Thread members re order warning.
  • Loading branch information
dulikvor authored Apr 4, 2019
2 parents 656d15a + 8486e09 commit 7ef2e9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Param.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <algorithm>
#include <type_traits>
#include "Exception.h"
#include "NoExcept.h"

namespace core
{
Expand Down
2 changes: 1 addition & 1 deletion src/Thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ namespace core

private:
thread_ptr m_thread;
Callable m_func;
std::string m_name;
Callable m_func;
};
class Thread
{
Expand Down

0 comments on commit 7ef2e9a

Please sign in to comment.