compile (gcc 4.1.0)

("In member function 'T SGPersonalityParameter<T>::shuffle()':
28: error: there are no arguments to 'sg_random' that depend on a template
parameter, so a declaration of 'sg_random' must be available")
This commit is contained in:
mfranz
2006-08-24 23:03:52 +00:00
parent 6e42bc55e0
commit aebb1f6ec8

View File

@@ -5,6 +5,9 @@
#ifndef _SG_PERSPARAM_HXX
#define _SG_PERSPARAM_HXX 1
#include <simgear/math/sg_random.h>
template <class T>
class SGPersonalityParameter {
public: