summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/stellarium/files/stellarium-0.8.0-gcc41.patch')
-rw-r--r--sci-astronomy/stellarium/files/stellarium-0.8.0-gcc41.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-astronomy/stellarium/files/stellarium-0.8.0-gcc41.patch b/sci-astronomy/stellarium/files/stellarium-0.8.0-gcc41.patch
new file mode 100644
index 000000000000..a9a1bc379e85
--- /dev/null
+++ b/sci-astronomy/stellarium/files/stellarium-0.8.0-gcc41.patch
@@ -0,0 +1,20 @@
+--- src/s_gui.h
++++ src/s_gui.h
+@@ -510,7 +510,7 @@
+
+ private:
+ callback<void> onChangeCallback;
+- void ScrollBar::adjustSize(void);
++ void adjustSize(void);
+ Button scrollBt;
+ bool vertical;
+ unsigned int scrollOffset, scrollSize;
+@@ -837,7 +837,7 @@
+ class City
+ {
+ public:
+- City::City(const string& _name = "", const string& _state = "", const string& _country = "",
++ City(const string& _name = "", const string& _state = "", const string& _country = "",
+ double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);
+ void addCity(const string& _name = "", const string& _state = "", const string& _country = "",
+ double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);