fix compil error: redundant redeclaration of 'void strReplace'

Origin commit data
------------------
Commit: f101655e19
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-09-07 (Wed, 07 Sep 2016)
This commit is contained in:
Jacek Jendrzej
2016-09-07 18:30:03 +02:00
parent 418d68a592
commit 442d5b414d

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