Skip to content

Commit

Permalink
Fix build error on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jul 5, 2019
1 parent 8f2ff1b commit f483650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apex/apex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ void apex::_initialize()
listeners.push_back(this->m_policy_handler);
}
}
#if APEX_HAVE_PROC
pd_reader = nullptr;
#endif
this->resize_state(1);
this->set_state(0, APEX_BUSY);
}
Expand Down

0 comments on commit f483650

Please sign in to comment.