all repos — fluxbox @ 032a23d1e790c5224194562a837cc80fc157ce9b

custom fork of the fluxbox windowmanager

removed duplicate function signature for FbTk::StringUtil::extractNumber()
Mathias Gumz akira at fluxbox dot org
commit

032a23d1e790c5224194562a837cc80fc157ce9b

parent

e512c1becd6fc267e64460f0883a16b4975da19e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/StringUtil.hhsrc/FbTk/StringUtil.hh

@@ -36,10 +36,10 @@ /// @param out - result if extraction was ok

/// @return 1 - ok, result stored in 'out' int extractNumber(const std::string& in, unsigned int& out); int extractNumber(const std::string& in, int& out); -int extractNumber(const std::string& in, unsigned long& out); int extractNumber(const std::string& in, long& out); int extractNumber(const std::string& in, long long& out); int extractNumber(const std::string& in, unsigned long& out); +int extractNumber(const std::string& in, unsigned long long& out); /// \@} /// creates a number to a string