slackbuilds_ponce/office/fbreader/fbreader_gcc45x.patch
Niels Horn 0f113124b0 office/fbreader: Updated for Slackware 13.37
Included a patch for gcc-4.5.x

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-03-20 14:07:56 -05:00

11 lines
437 B
Diff

--- fbreader-0.12.10/fbreader/src/library/Library.cpp 2010-04-01 10:14:24.000000000 -0300
+++ fbreader-0.12.10_patched/fbreader/src/library/Library.cpp 2011-03-09 01:48:27.000000000 -0300
@@ -39,7 +39,7 @@
shared_ptr<Library> Library::ourInstance;
const size_t Library::MaxRecentListSize = 10;
-Library::Library &Library::Instance() {
+Library &Library::Instance() {
if (ourInstance.isNull()) {
ourInstance = new Library();
}