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, 0 insertions, 11 deletions
diff --git a/office/fbreader/fbreader_gcc45x.patch b/office/fbreader/fbreader_gcc45x.patch
deleted file mode 100644
index a54bdb58cc..0000000000
--- a/office/fbreader/fbreader_gcc45x.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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();
- }