Typo in StringUtil.h file name. D'oh!

This commit is contained in:
Dennis Luxen
2011-07-07 08:05:58 +00:00
parent dae6d1c730
commit a8ad4695aa
5 changed files with 150 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include "../DataStructures/ExtractorStructs.h"
#include "../DataStructures/HashTable.h"
#include "../DataStructures/PolylineCompressor.h"
#include "../Util/StrIngUtil.h"
#include "../Util/StringUtil.h"
struct DescriptorConfig {
DescriptorConfig() : instructions(true), geometry(true), encodeGeometry(false), z(18) {}
+1 -1
View File
@@ -30,7 +30,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include "../DataStructures/NodeInformationHelpDesk.h"
#include "../DataStructures/HashTable.h"
#include "../Util/StrIngUtil.h"
#include "../Util/StringUtil.h"
/*
* This Plugin locates the nearest point on a street in the road network for a given coordinate.
+1 -1
View File
@@ -40,7 +40,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include "../DataStructures/StaticGraph.h"
#include "../DataStructures/SearchEngine.h"
#include "../Util/StrIngUtil.h"
#include "../Util/StringUtil.h"
class RoutePlugin : public BasePlugin {
public: