Markus Mäkelä a3396a06b8 Fix shared_ptr usage
The std::shared_ptr type was used instead of std::tr1::shared_ptr. A NULL
pointer was also implicitly cast into a Backend pointer which caused
compilation problems on some platforms with the tr1 version of shared_ptr.
2017-03-31 14:12:02 +03:00
..
2017-03-27 11:12:37 +03:00
2016-11-28 14:37:26 +02:00
2017-03-31 14:12:02 +03:00
2017-02-14 21:42:28 +02:00
2017-01-16 10:56:33 +02:00