Removed overloaded function for freebsd (where apparently time_t is same
as int). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10089 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -73,7 +73,10 @@ public:
|
||||
int get(const std::string &attribute, core::stringw *value) const;
|
||||
int get(const std::string &attribute, int *value) const;
|
||||
int get(const std::string &attribute, unsigned int *value) const;
|
||||
#ifndef FREEBSD
|
||||
// FreeBSD has time_t same as int
|
||||
int get(const std::string &attribute, Time::TimeType *value) const;
|
||||
#endif
|
||||
int get(const std::string &attribute, float *value) const;
|
||||
int get(const std::string &attribute, bool *value) const;
|
||||
int get(const std::string &attribute, Vec3 *value) const;
|
||||
|
||||
Reference in New Issue
Block a user