summaryrefslogtreecommitdiffstats
path: root/office/fbreader/fbreader_gcc45x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'office/fbreader/fbreader_gcc45x.patch')
-rw-r--r--office/fbreader/fbreader_gcc45x.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/office/fbreader/fbreader_gcc45x.patch b/office/fbreader/fbreader_gcc45x.patch
new file mode 100644
index 0000000000..a54bdb58cc
--- /dev/null
+++ b/office/fbreader/fbreader_gcc45x.patch
@@ -0,0 +1,11 @@
+--- 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();
+ }