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/Asset/Asset/filehash.h')
-rw-r--r--Source/Asset/Asset/filehash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Asset/Asset/filehash.h b/Source/Asset/Asset/filehash.h
index 39906fac..9a0b4757 100644
--- a/Source/Asset/Asset/filehash.h
+++ b/Source/Asset/Asset/filehash.h
@@ -32,7 +32,7 @@
#include <vector>
class FileHashAsset : public Asset {
-public:
+ public:
FileHashAsset(AssetManager* owner, uint32_t asset_id);
static AssetType GetType() { return FILE_HASH_ASSET; }
static const char* GetTypeName() { return "FILE_HASH_ASSET"; }
@@ -41,7 +41,7 @@ public:
MurmurHash hash;
int sub_error;
- int Load(const std::string &path, uint32_t load_flags);
+ int Load(const std::string& path, uint32_t load_flags);
const char* GetLoadErrorString();
const char* GetLoadErrorStringExtended() { return ""; }
void Unload();