diff options
Diffstat (limited to 'src/libs/engine/events/DisconnectNodeEvent.h')
-rw-r--r-- | src/libs/engine/events/DisconnectNodeEvent.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/libs/engine/events/DisconnectNodeEvent.h b/src/libs/engine/events/DisconnectNodeEvent.h index 2c706b65..60c8238f 100644 --- a/src/libs/engine/events/DisconnectNodeEvent.h +++ b/src/libs/engine/events/DisconnectNodeEvent.h @@ -51,14 +51,14 @@ public: void post_process(); private: - Path m_node_path; - Patch* m_patch; - Node* m_node; - List<DisconnectionEvent*> m_disconnection_events; + Path _node_path; + Patch* _patch; + Node* _node; + List<DisconnectionEvent*> _disconnection_events; - bool m_succeeded; - bool m_lookup; - bool m_disconnect_parent; + bool _succeeded; + bool _lookup; + bool _disconnect_parent; }; |