mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
0f113124b0
Included a patch for gcc-4.5.x Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
11 lines
437 B
Diff
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();
|
|
}
|