Fix right_string

master
Geoffrey Merck 4 years ago
parent 509104190f
commit 7dc2589b3e

@ -25,7 +25,7 @@
#include <stdexcept> #include <stdexcept>
#define wxT(x) std::string(x) #define wxT(x) std::string(x)
#define string_right(s,l) (s.substr(s.length() - 1, l)) #define string_right(s,l) (s.substr(s.length() - l, l))
template<typename ... Args> template<typename ... Args>
std::string string_format( const std::string& format, Args ... args ); std::string string_format( const std::string& format, Args ... args );
Loading…
Cancel
Save

Powered by TurnKey Linux.