summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DisablePatchEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DisablePatchEvent.h')
-rw-r--r--src/libs/engine/events/DisablePatchEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DisablePatchEvent.h b/src/libs/engine/events/DisablePatchEvent.h
index 42e04e3b..8b7125c3 100644
--- a/src/libs/engine/events/DisablePatchEvent.h
+++ b/src/libs/engine/events/DisablePatchEvent.h
@@ -41,8 +41,8 @@ public:
void post_process();
private:
- string m_patch_path;
- Patch* m_patch;
+ string _patch_path;
+ Patch* _patch;
};