simplify ActorCommands

This commit is contained in:
Glenn Maynard
2006-09-21 01:39:38 +00:00
parent 6fe7bf2683
commit 8548f1cb33
11 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ bool NoteSkinManager::GetMetricB( const RString &sButtonName, const RString &sVa
apActorCommands NoteSkinManager::GetMetricA( const RString &sButtonName, const RString &sValueName )
{
return apActorCommands( new ActorCommands( GetMetric(sButtonName,sValueName) ) );
return ActorCommands( GetMetric(sButtonName,sValueName) );
}
RString NoteSkinManager::GetPath( const RString &sButtonName, const RString &sElement )