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:
hikerstk
2011-11-02 03:15:19 +00:00
parent 2232d09b3f
commit b9ea877ca3

View File

@@ -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;