Parent Directory
|
Revision Log
|
Patch
revision 907 by schoenebeck, Wed Jul 5 17:53:22 2006 UTC | revision 908 by iliev, Fri Jul 28 21:47:23 2006 UTC | |
---|---|---|
# | Line 43 namespace LinuxSampler { | Line 43 namespace LinuxSampler { |
43 | std::vector<String>::iterator iter = types.begin(); | std::vector<String>::iterator iter = types.begin(); |
44 | for (; iter != types.end(); iter++) { | for (; iter != types.end(); iter++) { |
45 | if (result != "") result += ","; | if (result != "") result += ","; |
46 | result += *iter; | result += "'" + *iter + "'"; |
47 | } | } |
48 | return result; | return result; |
49 | } | } |
|
ViewVC Help | |
Powered by ViewVC |