aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Ad/AdWaypointGroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Ad/AdWaypointGroup.cpp')
-rw-r--r--engines/wintermute/Ad/AdWaypointGroup.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/Ad/AdWaypointGroup.cpp b/engines/wintermute/Ad/AdWaypointGroup.cpp
index a9d29692c5..5f03fa7898 100644
--- a/engines/wintermute/Ad/AdWaypointGroup.cpp
+++ b/engines/wintermute/Ad/AdWaypointGroup.cpp
@@ -200,7 +200,7 @@ HRESULT CAdWaypointGroup::persist(CBPersistMgr *persistMgr) {
//////////////////////////////////////////////////////////////////////////
-CScValue *CAdWaypointGroup::ScGetProperty(const char *Name) {
+CScValue *CAdWaypointGroup::scGetProperty(const char *Name) {
_scValue->SetNULL();
//////////////////////////////////////////////////////////////////////////
@@ -219,12 +219,12 @@ CScValue *CAdWaypointGroup::ScGetProperty(const char *Name) {
return _scValue;
}
- else return CBObject::ScGetProperty(Name);
+ else return CBObject::scGetProperty(Name);
}
//////////////////////////////////////////////////////////////////////////
-HRESULT CAdWaypointGroup::ScSetProperty(const char *Name, CScValue *Value) {
+HRESULT CAdWaypointGroup::scSetProperty(const char *Name, CScValue *Value) {
//////////////////////////////////////////////////////////////////////////
// Active
//////////////////////////////////////////////////////////////////////////
@@ -233,7 +233,7 @@ HRESULT CAdWaypointGroup::ScSetProperty(const char *Name, CScValue *Value) {
return S_OK;
}
- else return CBObject::ScSetProperty(Name, Value);
+ else return CBObject::scSetProperty(Name, Value);
}