Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Internal/path_set.h')
-rw-r--r--Source/Internal/path_set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Internal/path_set.h b/Source/Internal/path_set.h
index 227af345..b3f69464 100644
--- a/Source/Internal/path_set.h
+++ b/Source/Internal/path_set.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: path_set.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -28,5 +28,5 @@
typedef std::set<std::string> PathSet;
namespace PathSetUtil {
- void GetCachedFiles(PathSet& path_set);
+void GetCachedFiles(PathSet& path_set);
}