summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-14 18:24:47 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-14 18:24:47 +0000
commit01d2680f0d18f7783ca1e1f48098590cd0317284 (patch)
tree4000612a2642f3e19da22ddd24244d323a9cedb4 /muse2/muse/midiedit/scoreedit.h
parent6898f640d5a95ab9c175388f22c4c846b8dbe5ab (diff)
removed the senseless (unsigned long)(some_pointer) stuff, as some_pointer
was stored as "real" (uncasted) pointer in the same struct
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.h')
-rw-r--r--muse2/muse/midiedit/scoreedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/midiedit/scoreedit.h b/muse2/muse/midiedit/scoreedit.h
index 6a5dd63a..65990df5 100644
--- a/muse2/muse/midiedit/scoreedit.h
+++ b/muse2/muse/midiedit/scoreedit.h
@@ -168,7 +168,7 @@ class ScoreEdit : public TopWin
void clipboard_changed();
signals:
- void deleted(unsigned long);
+ void deleted(TopWin*);
void name_changed();
void velo_changed(int);
void velo_off_changed(int);