fix compil error: redundant redeclaration of 'void strReplace'

This commit is contained in:
Jacek Jendrzej
2016-09-07 18:30:03 +02:00
parent 6aab8c6d12
commit f101655e19

View File

@@ -91,7 +91,7 @@
/* percent */
#define MIN_BROWSER_FRAME_HEIGHT 10
#define MAX_BROWSER_FRAME_HEIGHT 80
void strReplace(std::string& orig, const char* fstr, const std::string &rstr);
// void strReplace(std::string& orig, const char* fstr, const std::string &rstr);