aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fbreader/fbreader-0.12.10/gcc45.patch
blob: 86bc0b9d9e6a91976afc04e0356f221b64e3908b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from http://bugs.gentoo.org/show_bug.cgi?id=317189
--- fbreader-0.12.10-orig/fbreader/src/library/Library.cpp	2010-04-01 15:14:24.000000000 +0200
+++ fbreader-0.12.10/fbreader/src/library/Library.cpp	2010-04-13 13:34:06.000000000 +0200
@@ -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();
 	}