blob: 4de5c5ecda9a939aaa66d89c3535bb7309c41cd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.3 2006/08/14 22:43:08 wiz Exp $
--- src/celengine/star.h.orig 2005-12-06 17:30:23.000000000 +0000
+++ src/celengine/star.h
@@ -30,7 +30,7 @@ class StarDetails
// orbits and StarDetails objects. Currently, it's assumed that they
// have lifetimes that continue until program termination.
public:
- StarDetails::StarDetails();
+ StarDetails();
inline float getRadius() const;
inline float getTemperature() const;
|