Browse Source

Field made private.

main
offa 7 years ago
parent
commit
77be07b655
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/scope_guard_base.h

+ 1
- 1
include/scope_guard_base.h View File

scope_guard_base& operator=(scope_guard_base&&) = delete; scope_guard_base& operator=(scope_guard_base&&) = delete;




protected:
private:


EF m_exitFunction; EF m_exitFunction;
bool m_execute_on_destruction; bool m_execute_on_destruction;

Loading…
Cancel
Save