summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/osdmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/osdmodule.h')
-rw-r--r--src/osd/modules/osdmodule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/osdmodule.h b/src/osd/modules/osdmodule.h
index f8378fb6dcb..64f0f3c99e6 100644
--- a/src/osd/modules/osdmodule.h
+++ b/src/osd/modules/osdmodule.h
@@ -41,8 +41,8 @@ public:
virtual void exit() { }
private:
- astring m_name;
- astring m_type;
+ std::string m_name;
+ std::string m_type;
};
// a module_type is simply a pointer to its alloc function