freebsd-ports/audio/lmms/files/patch-plugins_zynaddsubfx_src_UI_PresetsUI.cc
Michael Scheidell e602751048 -Update to 0.4.12
PR:		ports/161415
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Reviewed by:	scheidell
Approved by:	gabor (mentor)
Feature safe:	yes
2011-12-07 16:04:33 +00:00

11 lines
444 B
C++

--- plugins/zynaddsubfx/src/UI/PresetsUI.cc 2011-07-02 13:14:01.000000000 +0000
+++ plugins/zynaddsubfx/src/UI/PresetsUI.cc.new 2011-09-30 21:19:59.000000000 +0000
@@ -263,7 +263,7 @@
pastebrowse->clear();
p->rescanforpresets();
- for (int i=0;i<presetsstore.presets.size();i++){
+ for (int i=0;i<(int)presetsstore.presets.size();i++){
std::string name=presetsstore.presets[i].name;
if(name.empty())
continue;