]> git.pld-linux.org Git - packages/performous.git/blobdiff - performous-boost.patch
- release 10 (opencv 4.5.5)
[packages/performous.git] / performous-boost.patch
index 024b0f64106d938b49c32f05ab5c1b4aa0b9e0f7..49693ae0a2350f732f4431aa3397c41ed848a610 100644 (file)
  #include <librsvg/rsvg.h>
  #include <iostream>
  
+--- performous-1.1/game/surface.cc.orig        2016-01-23 11:40:01.000000000 +0100
++++ performous-1.1/game/surface.cc     2020-07-31 21:42:13.921188533 +0200
+@@ -135,7 +135,7 @@
+       bitmap.resize(1, 1);
+       target->load(bitmap);
+       // Ask the loader to retrieve the image
+-      ldr->push(target, Job(name, boost::bind(&T::load, target, _1)));
++      ldr->push(target, Job(name, boost::bind(&T::load, target, boost::placeholders::_1)));
+ }
+ Surface::Surface(fs::path const& filename) { loader(this, filename); }
This page took 0.0773470000000001 seconds and 4 git commands to generate.