aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/maemo.h
diff options
context:
space:
mode:
authorTarek Soliman2011-10-11 18:06:52 -0500
committerTarek Soliman2011-10-11 19:54:16 -0500
commit52fae5524c39044762b906ca938b99650d624491 (patch)
tree389be6a1537eb587b686aabbe2b1afa2b619b31e /backends/platform/maemo/maemo.h
parenta1fe57702ac394903df3bb9be331b87e28e38a73 (diff)
downloadscummvm-rg350-52fae5524c39044762b906ca938b99650d624491.tar.gz
scummvm-rg350-52fae5524c39044762b906ca938b99650d624491.tar.bz2
scummvm-rg350-52fae5524c39044762b906ca938b99650d624491.zip
MAEMO: Add basic structs to Maemo namespace
Diffstat (limited to 'backends/platform/maemo/maemo.h')
-rw-r--r--backends/platform/maemo/maemo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/maemo/maemo.h b/backends/platform/maemo/maemo.h
index e177000a16..c80639600e 100644
--- a/backends/platform/maemo/maemo.h
+++ b/backends/platform/maemo/maemo.h
@@ -38,13 +38,13 @@ public:
virtual void fatalError();
virtual void setWindowCaption(const char *caption);
- MaemoModel getMaemoModel() { return _maemoModel; }
+ Maemo::Model getModel() { return _model; }
private:
virtual void setXWindowName(const char *caption);
- const MaemoModel detectMaemoModel();
- MaemoModel _maemoModel;
+ const Maemo::Model detectModel();
+ Maemo::Model _model;
};