aboutsummaryrefslogtreecommitdiff
path: root/Src/Winamp/SkinElementAlias.cpp
blob: 08edb116f2cb41a48ac5848fd2762219b18f17e0 (plain) (blame)
1
2
3
4
5
6
7
8
#include "api.h"
#include "SkinElementAlias.h"
#include "PaletteManager.h"

SkinItem *SkinElementAlias::getAncestor()
{
	return WASABI_API_PALETTE->getAliasAncestor(this);
}