trackgen: fix linux build
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8915 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9b1ad1561aa94ca58ff5252cb432ec39cff5219f Former-commit-id: 3fe2966b9cd502cdd3c808f151fe39e3d3183acd
This commit is contained in:
parent
11b0173c38
commit
92cb244446
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ struct Ac3d
|
|||
explicit Exception(const char *msg) : message(msg)
|
||||
{
|
||||
}
|
||||
const char *what() const
|
||||
const char *what() const noexcept
|
||||
{
|
||||
return message;
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@ public:
|
|||
|
||||
//! Constructor.
|
||||
Application::Application()
|
||||
: GfApplication("TrackGen", "1.6.0.1", "Terrain generator for tracks")
|
||||
: GfApplication("TrackGen", "1.6.0.2", "Terrain generator for tracks")
|
||||
, HeightSteps(30)
|
||||
, Bump(false)
|
||||
, Raceline(false)
|
||||
|
|
Loading…
Reference in a new issue