aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/resman.h')
-rw-r--r--sword2/resman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/resman.h b/sword2/resman.h
index 28157b79d7..e3c67287bb 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -26,7 +26,7 @@ namespace Sword2 {
#define MAX_res_files 20
-class Sword2ResourceManager {
+class ResourceManager {
public:
void init(void); // read in the config file
void exit(void);
@@ -105,7 +105,7 @@ private:
char _cdDrives[24];
};
-extern Sword2ResourceManager res_man; //declare the object global
+extern ResourceManager res_man; //declare the object global
} // End of namespace Sword2