|
From: <pst...@us...> - 2011-08-05 20:49:20
|
Revision: 891
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=891&view=rev
Author: pstieber
Date: 2011-08-05 20:49:14 +0000 (Fri, 05 Aug 2011)
Log Message:
-----------
Changed std::string to wxString.
Modified Paths:
--------------
trunk/jazz/src/mswin/WindowsPlayer.cpp
Modified: trunk/jazz/src/mswin/WindowsPlayer.cpp
===================================================================
--- trunk/jazz/src/mswin/WindowsPlayer.cpp 2011-08-05 20:44:39 UTC (rev 890)
+++ trunk/jazz/src/mswin/WindowsPlayer.cpp 2011-08-05 20:49:14 UTC (rev 891)
@@ -1023,7 +1023,7 @@
//-----------------------------------------------------------------------------
void JZWindowsPlayer::SettingsDlg(int& InputDevice, int& OutputDevice)
{
- vector<pair<string, int> > MidiDevices;
+ vector<pair<wxString, int> > MidiDevices;
//=========================
// Select the input device.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|