1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 15:29:15 -04:00
ports/multimedia/xbmc/files/patch-xbmc__visualizations__XBMCProjectM__libprojectM__PresetLoader.hpp
Ulrich Spörlein a7a356c550 Update to 12.2
PR:		ports/177207
Submitted by:	maintainer
Approved by:	beat (mentor)
2013-07-19 15:20:02 +00:00

11 lines
532 B
C++

--- xbmc/visualizations/XBMCProjectM/libprojectM/PresetLoader.hpp.orig 2013-07-04 15:52:54.000000000 +0200
+++ xbmc/visualizations/XBMCProjectM/libprojectM/PresetLoader.hpp 2013-07-04 15:53:28.000000000 +0200
@@ -29,7 +29,7 @@
static const std::string MILKDROP_FILE_EXTENSION;
/** Initializes the preset loader with the target directory specified */
- PresetLoader(std::string dirname);
+ PresetLoader(std::string dirname = std::string());
/** Destructor will remove all alllocated presets */
~PresetLoader();