|
From: <pst...@us...> - 2010-04-28 16:27:58
|
Revision: 772
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=772&view=rev
Author: pstieber
Date: 2010-04-28 16:27:52 +0000 (Wed, 28 Apr 2010)
Log Message:
-----------
Added missing class scope qualifiers.
Modified Paths:
--------------
trunk/jazz/src/TrackFrame.cpp
Modified: trunk/jazz/src/TrackFrame.cpp
===================================================================
--- trunk/jazz/src/TrackFrame.cpp 2010-04-28 16:24:34 UTC (rev 771)
+++ trunk/jazz/src/TrackFrame.cpp 2010-04-28 16:27:52 UTC (rev 772)
@@ -113,11 +113,11 @@
EVT_MENU(ID_AUDIO_LOAD_SAMPLE_SET, JZTrackFrame::OnAudioLoadSampleSet)
- EVT_MENU(ID_AUDIO_SAVE_SAMPLE_SET, OnAudioSaveSampleSet)
+ EVT_MENU(ID_AUDIO_SAVE_SAMPLE_SET, JZTrackFrame::OnAudioSaveSampleSet)
- EVT_MENU(ID_AUDIO_SAVE_SAMPLE_SET_AS, OnAudioSaveSampleSetAs)
+ EVT_MENU(ID_AUDIO_SAVE_SAMPLE_SET_AS, JZTrackFrame::OnAudioSaveSampleSetAs)
- EVT_MENU(ID_AUDIO_NEW_SAMPLE_SET, OnAudioNewSampleSet)
+ EVT_MENU(ID_AUDIO_NEW_SAMPLE_SET, JZTrackFrame::OnAudioNewSampleSet)
EVT_MENU(wxID_HELP_CONTENTS, JZTrackFrame::OnHelpContents)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|