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